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

Reid Spencer reid at x10sys.com
Thu Jan 18 18:37:13 PST 2007



Changes in directory llvm-test/SingleSource/UnitTests:

Makefile updated: 1.11 -> 1.12
---
Log message:

Integer is not ready for prime time yet.


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

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


Index: llvm-test/SingleSource/UnitTests/Makefile
diff -u llvm-test/SingleSource/UnitTests/Makefile:1.11 llvm-test/SingleSource/UnitTests/Makefile:1.12
--- llvm-test/SingleSource/UnitTests/Makefile:1.11	Tue Jan 16 14:32:09 2007
+++ llvm-test/SingleSource/UnitTests/Makefile	Thu Jan 18 20:36:58 2007
@@ -13,7 +13,7 @@
 DIRS += Vector 
 endif
 
-DIRS += SignlessTypes Integer
+DIRS += SignlessTypes
 
 PROGRAM_REQUIRED_TO_EXIT_OK := 1
 include $(LEVEL)/SingleSource/Makefile.singlesrc






More information about the llvm-commits mailing list