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

Misha Brukman brukman at cs.uiuc.edu
Tue Jun 22 12:37:01 PDT 2004


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.19 -> 1.20

---
Log message:

Provide archive version of CodeGen library (for those tools that only need
IntrinsicLowering, for instance).


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

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





More information about the llvm-commits mailing list