[llvm-commits] CVS: llvm/lib/CodeGen/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Jun 22 13:00:01 PDT 2004


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.20 -> 1.21

---
Log message:

Making an archive version of the CodeGen library is unnecessary if we just
move InstructionLowering itself.


---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.20 llvm/lib/CodeGen/Makefile:1.21
--- llvm/lib/CodeGen/Makefile:1.20	Tue Jun 22 12:28:43 2004
+++ llvm/lib/CodeGen/Makefile	Tue Jun 22 12:52:30 2004
@@ -10,6 +10,5 @@
 LEVEL = ../..
 PARALLEL_DIRS = InstrSched SelectionDAG
 LIBRARYNAME = codegen
-BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list