[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/Makefile

Bill Wendling isanbard at gmail.com
Thu Sep 7 16:17:34 PDT 2006



Changes in directory llvm-test/External/SPEC/CINT2006:

Makefile updated: 1.2 -> 1.3
---
Log message:

Added support for multi-directories: go benchmark and omnetpp (whatever
that is)


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

 Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm-test/External/SPEC/CINT2006/Makefile
diff -u llvm-test/External/SPEC/CINT2006/Makefile:1.2 llvm-test/External/SPEC/CINT2006/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/Makefile:1.2	Wed Sep  6 16:55:34 2006
+++ llvm-test/External/SPEC/CINT2006/Makefile	Thu Sep  7 18:17:18 2006
@@ -7,17 +7,17 @@
 LEVEL = ../../..
 PARALLEL_DIRS := \
         400.perlbench  \
-	401.bzip2      \
-	403.gcc        \
-	429.mcf        \
+        401.bzip2      \
+        403.gcc        \
+        429.mcf        \
+        445.gobmk      \
         456.hmmer      \
         458.sjeng      \
         462.libquantum \
         464.h264ref    \
+        471.omnetpp    \
         473.astar
 
-# 445.gobmk     -- Multiple Dirs
-# 471.omnetpp   -- Multiple Dirs
 # 483.xalancbmk -- Needs C++ Exceptions
 
 # Get the $(ARCH) setting






More information about the llvm-commits mailing list