Making an archive version of the CodeGen library is unnecessary if we just
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 22 Jun 2004 17:52:30 +0000 (17:52 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 22 Jun 2004 17:52:30 +0000 (17:52 +0000)
move InstructionLowering itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 714b526332a4b922f92dae89eba6b4b6ab60d603..3f45da3d946e448a3c71ef7ae47f91eb97bee83f 100644 (file)
@@ -10,6 +10,5 @@
 LEVEL = ../..
 PARALLEL_DIRS = InstrSched SelectionDAG
 LIBRARYNAME = codegen
-BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common