[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Apr 6 13:10:01 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.6 -> 1.7
---
Log message:
Added treecc to the list of program to test on Linux. I'm hoping that
treecc will be usable for pool allocation, and it's one more program that
to put LLVM through to make sure it hasn't regressed.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.6 llvm/test/Programs/MultiSource/Applications/Makefile:1.7
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.6 Tue Apr 6 11:03:17 2004
+++ llvm/test/Programs/MultiSource/Applications/Makefile Tue Apr 6 13:09:23 2004
@@ -6,7 +6,7 @@
PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d
ifeq ($(OS),Linux)
-PARALLEL_DIRS += hbd
+PARALLEL_DIRS += treecc hbd
endif
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list