[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile
Chris Lattner
sabre at nondot.org
Fri May 11 00:26:04 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec:
Makefile updated: 1.2 -> 1.3
---
Log message:
disable vector tests for the CBE, which doesn't support vectors (PR1126: http://llvm.org/PR1126 )
---
Diffs of the changes: (+3 -0)
Makefile | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile
diff -u llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile:1.2 llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile:1.3
--- llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile:1.2 Tue Jun 6 19:05:16 2006
+++ llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile Fri May 11 02:25:17 2007
@@ -4,5 +4,8 @@
LEVEL = ../../../..
include $(LEVEL)/SingleSource/Makefile.singlesrc
+# FIXME: CBE doesn't support vectors: PR1126
+DISABLE_CBE=1
+
TARGET_FLAGS += -maltivec
LCCFLAGS += -maltivec
More information about the llvm-commits
mailing list