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 | 68fd0cae5233f3a37ec840e0b381da281ff838a0 (patch) | |
tree | 78e3879162e3aa2452b9b031c231886bf8d612ee /lib | |
parent | 7962a8b21e3fb3896a3218c83495b5c45171f30f (diff) | |
download | external_llvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.zip external_llvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.tar.gz external_llvm-68fd0cae5233f3a37ec840e0b381da281ff838a0.tar.bz2 |
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')
-rw-r--r-- | lib/CodeGen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 3f45da3..714b526 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 |