summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-22 17:28:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-22 17:28:43 +0000
commitbe667731ae55c3ac8d3d295c237387008a2f34e6 (patch)
tree8c7a86c477585d5d230268843982a25efbc41b85 /llvm/lib/CodeGen/Makefile
parentf4dc3fd26ebefe6e3d72ea6015702aeb8f2d43e3 (diff)
Provide archive version of CodeGen library (for those tools that only need
IntrinsicLowering, for instance). llvm-svn: 14323
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 3f45da3d946e..714b526332a4 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -10,5 +10,6 @@
LEVEL = ../..
PARALLEL_DIRS = InstrSched SelectionDAG
LIBRARYNAME = codegen
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common