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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits