[llvm-commits] [test-suite] r104836 - /test-suite/trunk/SingleSource/Benchmarks/Makefile
Dan Gohman
gohman at apple.com
Thu May 27 09:03:06 PDT 2010
Author: djg
Date: Thu May 27 11:03:06 2010
New Revision: 104836
URL: http://llvm.org/viewvc/llvm-project?rev=104836&view=rev
Log:
Re-enable Misc-C++-EH, now that clang reportedly supports it.
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=104836&r1=104835&r2=104836&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Thu May 27 11:03:06 2010
@@ -1,11 +1,6 @@
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++ BenchmarkGame Adobe-C++
-
+ Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++
LDFLAGS += -lm
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list