summaryrefslogtreecommitdiff
path: root/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
commit68fd0cae5233f3a37ec840e0b381da281ff838a0 (patch)
tree78e3879162e3aa2452b9b031c231886bf8d612ee /lib/CodeGen/Makefile
parent7962a8b21e3fb3896a3218c83495b5c45171f30f (diff)
downloadllvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.tar.gz
llvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.tar.bz2
llvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.tar.xz
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
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 3f45da3d94..714b526332 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