From: Misha Brukman Date: Tue, 22 Jun 2004 17:28:43 +0000 (+0000) Subject: Provide archive version of CodeGen library (for those tools that only need X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=68fd0cae5233f3a37ec840e0b381da281ff838a0;p=oota-llvm.git Provide archive version of CodeGen library (for those tools that only need IntrinsicLowering, for instance). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14323 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 3f45da3d946..714b526332a 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. PARALLEL_DIRS = InstrSched SelectionDAG LIBRARYNAME = codegen +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common