[llvm-commits] [test-suite] r101916 - /test-suite/trunk/SingleSource/Benchmarks/Makefile

Dan Gohman gohman at apple.com
Tue Apr 20 10:32:00 PDT 2010


Author: djg
Date: Tue Apr 20 12:32:00 2010
New Revision: 101916

URL: http://llvm.org/viewvc/llvm-project?rev=101916&view=rev
Log:
Re-disable Misc-C++-EH; it fails under clang.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Makefile?rev=101916&r1=101915&r2=101916&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Tue Apr 20 12:32:00 2010
@@ -1,6 +1,11 @@
 LEVEL = ../..
+
+# TODO: Misc-C++-EH is excluded from PARALLEL_DIRS because spirit.cpp
+# fails with clang.
+
 PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
-              Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++
+              Misc Misc-C++ BenchmarkGame Adobe-C++
+
 LDFLAGS += -lm
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list