[llvm-commits] CVS: llvm/runtime/Makefile
Chris Lattner
sabre at nondot.org
Sun Jan 7 10:14:07 PST 2007
Changes in directory llvm/runtime:
Makefile updated: 1.30 -> 1.31
---
Log message:
the old trace values pass has been removed, remove its runtime library.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.30 llvm/runtime/Makefile:1.31
--- llvm/runtime/Makefile:1.30 Thu Nov 16 21:32:33 2006
+++ llvm/runtime/Makefile Sun Jan 7 12:13:48 2007
@@ -18,7 +18,7 @@
$(Echo) "Warning: with llvm-gcc version 4 and beyond"
else
ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
+PARALLEL_DIRS := GCCLibraries libdummy libprofile GC
else
PARALLEL_DIRS :=
install all ::
More information about the llvm-commits
mailing list