[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile
    Chris Lattner 
    sabre at nondot.org
       
    Fri May 11 00:26:04 PDT 2007
    
    
  
Changes in directory llvm-test/SingleSource/UnitTests/Vector:
Makefile updated: 1.3 -> 1.4
---
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/Makefile
diff -u llvm-test/SingleSource/UnitTests/Vector/Makefile:1.3 llvm-test/SingleSource/UnitTests/Vector/Makefile:1.4
--- llvm-test/SingleSource/UnitTests/Vector/Makefile:1.3	Mon Apr  3 19:47:54 2006
+++ llvm-test/SingleSource/UnitTests/Vector/Makefile	Fri May 11 02:25:16 2007
@@ -13,6 +13,9 @@
 DIRS += SSE
 endif
 
+# FIXME: CBE doesn't support vectors yet: PR1126
+DISABLE_CBE=1
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc
 
 
    
    
More information about the llvm-commits
mailing list