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

Reid Spencer reid at x10sys.com
Wed Jan 17 17:33:43 PST 2007



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

Makefile updated: 1.3 -> 1.4
---
Log message:

Turn on ENABLE_LLI so that it is run, along with CBE, by default.


---
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.3 llvm-test/SingleSource/UnitTests/Integer/Makefile:1.4
--- llvm-test/SingleSource/UnitTests/Integer/Makefile:1.3	Tue Jan 16 15:41:11 2007
+++ llvm-test/SingleSource/UnitTests/Integer/Makefile	Wed Jan 17 19:33:27 2007
@@ -18,6 +18,7 @@
 #
 DISABLE_LLC := 1
 DISABLE_JIT := 1
+ENABLE_LLI  := 1
 
 # Define USE_REFERENCE_OUTPUT which is a signal to Makefile.programs
 # that the native compiler should not be run but that its output






More information about the llvm-commits mailing list