[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Jul 1 09:07:01 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.10 -> 1.11
---
Log message:
Add treecc and hdb to the list run for all platforms. The tests run to
completion on Sparc/Solaris 8.
The treecc program seems to pass. The hdb program fails the JIT and llc
tests.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.10 llvm/test/Programs/MultiSource/Applications/Makefile:1.11
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.10 Tue Jun 1 15:36:39 2004
+++ llvm/test/Programs/MultiSource/Applications/Makefile Thu Jul 1 09:05:51 2004
@@ -4,9 +4,9 @@
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d spiff
+PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc
ifeq ($(OS),Linux)
-PARALLEL_DIRS += kimwitu++ treecc hbd obsequi
+PARALLEL_DIRS += kimwitu++ obsequi
endif
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list