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

Reid Spencer reid at x10sys.com
Tue Feb 13 18:49:39 PST 2007



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

Makefile updated: 1.1 -> 1.2
---
Log message:

turn on debug for these test.


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

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile
diff -u llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.1 llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.2
--- llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.1	Mon Jan 29 17:07:32 2007
+++ llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile	Tue Feb 13 20:49:22 2007
@@ -1,7 +1,8 @@
 # SingleSource/UnitTests/Integer/Makefile
 LEVEL = ../../../..
+DISABLE_JIT := 1
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc
 
 LDFLAGS += -L$(LLVM_OBJ_ROOT)/Debug/lib -lLLVMSupport -lLLVMSystem -lstdc++
-CXXFLAGS += -I$(LLVM_SRC_ROOT)/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__NO_MATH_INLINES
+CXXFLAGS += -I$(LLVM_SRC_ROOT)/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__NO_MATH_INLINES -g






More information about the llvm-commits mailing list