[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Sep 10 07:26:33 PDT 2004



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.12 -> 1.13
---
Log message:

Add hexxagon to the list of programs to test for Linux/x86.


---
Diffs of the changes:  (+1 -1)

Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.12 llvm-test/MultiSource/Applications/Makefile:1.13
--- llvm-test/MultiSource/Applications/Makefile:1.12	Wed Sep  1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/Makefile	Fri Sep 10 09:26:21 2004
@@ -6,7 +6,7 @@
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc
 ifeq ($(OS),Linux)
-PARALLEL_DIRS += kimwitu++ obsequi
+PARALLEL_DIRS += kimwitu++ obsequi hexxagon
 endif
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list