[llvm-commits] [test-suite] r65888 - /test-suite/trunk/External/SPEC/CFP2006/Makefile

Dan Gohman gohman at apple.com
Mon Mar 2 14:46:33 PST 2009


Author: djg
Date: Mon Mar  2 16:46:33 2009
New Revision: 65888

URL: http://llvm.org/viewvc/llvm-project?rev=65888&view=rev
Log:
Enable 450.soplex.

Modified:
    test-suite/trunk/External/SPEC/CFP2006/Makefile

Modified: test-suite/trunk/External/SPEC/CFP2006/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/Makefile?rev=65888&r1=65887&r2=65888&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/Makefile Mon Mar  2 16:46:33 2009
@@ -11,7 +11,8 @@
     433.milc      \
     444.namd      \
     447.dealII    \
-    470.lbm
+    470.lbm       \
+    450.soplex
 
 ifdef USE_F95
 PARALLEL_DIRS +=  \
@@ -40,7 +41,6 @@
 endif   # End USE_F95
 
 # These compile but need other things to run:
-#   450.soplex    - enter.cc:535, works at -O0, not at -O2
 #   453.povray    - c++ exceptions
 #   465.tonto     - infinite loop, works at -O0, not at -O2
 #   482.sphinx3   - generates control file at run time





More information about the llvm-commits mailing list