diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-22 17:52:30 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-22 17:52:30 +0000 |
commit | cec9d0bcad42711d79a17074bec0526ddc8e4b6a (patch) | |
tree | eecff5be9f6b5dcb8c0f557954c9d78f51f4cd7d | |
parent | be667731ae55c3ac8d3d295c237387008a2f34e6 (diff) | |
download | bcm5719-llvm-cec9d0bcad42711d79a17074bec0526ddc8e4b6a.tar.gz bcm5719-llvm-cec9d0bcad42711d79a17074bec0526ddc8e4b6a.zip |
Making an archive version of the CodeGen library is unnecessary if we just
move InstructionLowering itself.
llvm-svn: 14324
-rw-r--r-- | llvm/lib/CodeGen/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 714b526332a..3f45da3d946 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -10,6 +10,5 @@ LEVEL = ../.. PARALLEL_DIRS = InstrSched SelectionDAG LIBRARYNAME = codegen -BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |