[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Makefile
Reid Spencer
reid at x10sys.com
Mon Nov 20 20:27:54 PST 2006
Changes in directory llvm-test/SingleSource/Benchmarks:
Makefile updated: 1.8 -> 1.9
---
Log message:
Don't set PARALLEL_DIRS twice. Put comment in about why Misc-C++-EH is
disabled currently.
---
Diffs of the changes: (+4 -3)
Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm-test/SingleSource/Benchmarks/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Makefile:1.8 llvm-test/SingleSource/Benchmarks/Makefile:1.9
--- llvm-test/SingleSource/Benchmarks/Makefile:1.8 Wed Jul 19 02:28:16 2006
+++ llvm-test/SingleSource/Benchmarks/Makefile Mon Nov 20 22:27:39 2006
@@ -1,8 +1,9 @@
LEVEL = ../..
PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
- Misc Misc-C++ Misc-C++-EH
-PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
- Misc Misc-C++
+ Misc Misc-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.
LDFLAGS += -lm
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list