From 68fd0cae5233f3a37ec840e0b381da281ff838a0 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 22 Jun 2004 17:28:43 +0000 Subject: [PATCH] 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 --- lib/CodeGen/Makefile | 1 + 1 file changed, 1 insertion(+) 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