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

Reid Spencer reid at x10sys.com
Wed Mar 28 09:31:21 PDT 2007



Changes in directory llvm-test/SingleSource/UnitTests/Integer:

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

No point running CBE here, it can't handle the integer types.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/SingleSource/UnitTests/Integer/Makefile
diff -u llvm-test/SingleSource/UnitTests/Integer/Makefile:1.6 llvm-test/SingleSource/UnitTests/Integer/Makefile:1.7
--- llvm-test/SingleSource/UnitTests/Integer/Makefile:1.6	Mon Feb  5 20:54:07 2007
+++ llvm-test/SingleSource/UnitTests/Integer/Makefile	Wed Mar 28 11:31:04 2007
@@ -19,6 +19,7 @@
 # LLC-BETA, and JIT test cases. This leaves the CBE which can
 # handle the arbitrary precision integers.
 
+DISABLE_CBE := 1
 DISABLE_LLC := 1
 DISABLE_JIT := 1
 ENABLE_LLI  := 1






More information about the llvm-commits mailing list