[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 6 14:38:25 PDT 2006



Changes in directory llvm-test/SingleSource/UnitTests:

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

Setjmp/longjmp don't disable incorrect optimize transformations with llvm-gcc4, 
because EH isn't implemented yet.


---
Diffs of the changes:  (+4 -0)

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/SingleSource/UnitTests/Makefile
diff -u llvm-test/SingleSource/UnitTests/Makefile:1.7 llvm-test/SingleSource/UnitTests/Makefile:1.8
--- llvm-test/SingleSource/UnitTests/Makefile:1.7	Sun Apr  9 02:18:21 2006
+++ llvm-test/SingleSource/UnitTests/Makefile	Sun Aug  6 16:38:11 2006
@@ -6,6 +6,10 @@
 
 # llvm-gcc3 does not support any vector tests.
 ifneq ($(LLVMGCC_MAJVERS),3)
+
+# FIXME: Disable SJLJ tests for now, until EH edges are represented.
+DIRS :=
+
 DIRS += Vector
 endif
 






More information about the llvm-commits mailing list