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

Dale Johannesen dalej at apple.com
Tue Apr 20 10:04:48 PDT 2010


On Apr 20, 2010, at 9:09 AMPDT, Dan Gohman wrote:

> 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.

Does it pass now?

> 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
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list