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 :: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits