[llvm-commits] CVS: llvm/runtime/libtrace/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:07 PDT 2006
Changes in directory llvm/runtime/libtrace:
Makefile updated: 1.13 -> 1.14
---
Log message:
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/runtime/libtrace/Makefile
diff -u llvm/runtime/libtrace/Makefile:1.13 llvm/runtime/libtrace/Makefile:1.14
--- llvm/runtime/libtrace/Makefile:1.13 Tue Dec 21 23:57:33 2004
+++ llvm/runtime/libtrace/Makefile Wed May 31 20:30:26 2006
@@ -14,3 +14,5 @@
include $(LEVEL)/Makefile.common
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
More information about the llvm-commits
mailing list