Changes in directory llvm-test/SingleSource/Benchmarks:

Makefile updated: 1.6 -> 1.7
---
Log message:

Workaround to make JIT work with C++ programs on Mac OS X. __cxa_atexit is 
resolved by linker.

---
Diffs of the changes:  (+3 -1)

 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm-test/SingleSource/Benchmarks/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Makefile:1.6 
llvm-test/SingleSource/Benchmarks/Makefile:1.7
--- llvm-test/SingleSource/Benchmarks/Makefile:1.6      Sat Mar  4 17:15:33 2006
+++ llvm-test/SingleSource/Benchmarks/Makefile  Wed Jul 19 01:03:03 2006
@@ -1,6 +1,8 @@
 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-C++-EH
+              Misc Misc-C++
 LDFLAGS += -lm
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to