diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-22 17:28:43 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-22 17:28:43 +0000 |
commit | be667731ae55c3ac8d3d295c237387008a2f34e6 (patch) | |
tree | 8c7a86c477585d5d230268843982a25efbc41b85 /llvm/lib | |
parent | f4dc3fd26ebefe6e3d72ea6015702aeb8f2d43e3 (diff) | |
download | bcm5719-llvm-be667731ae55c3ac8d3d295c237387008a2f34e6.tar.gz bcm5719-llvm-be667731ae55c3ac8d3d295c237387008a2f34e6.zip |
Provide archive version of CodeGen library (for those tools that only need
IntrinsicLowering, for instance).
llvm-svn: 14323
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 3f45da3d946..714b526332a 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 |