[llvm-commits] [test-suite] r101910 - /test-suite/trunk/SingleSource/Benchmarks/Makefile
Dan Gohman
gohman at apple.com
Tue Apr 20 09:09:25 PDT 2010
Author: djg
Date: Tue Apr 20 11:09:25 2010
New Revision: 101910
URL: http://llvm.org/viewvc/llvm-project?rev=101910&view=rev
Log:
Re-enable Misc-C++-EH. llvm-gcc supports exceptions these days, and the
unoptimized bitcode file is 3.1M these days rather than 100M.
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=101910&r1=101909&r2=101910&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Tue Apr 20 11:09:25 2010
@@ -1,9 +1,6 @@
LEVEL = ../..
PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
- Misc Misc-C++ BenchmarkGame Adobe-C++
-# Misc-C++-EH - someday when EH is supported in llvm-gcc we should
-# re-enable this test. It always fails and its very slow
-# (100MB Bytecode) so we disable it for now.
+ Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++
LDFLAGS += -lm
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list