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

Chris Lattner sabre at nondot.org
Tue Apr 10 16:53:04 PDT 2007



Changes in directory llvm-test/SingleSource/UnitTests:

Makefile updated: 1.13 -> 1.14
---
Log message:

revert accidental commit


---
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.13 llvm-test/SingleSource/UnitTests/Makefile:1.14
--- llvm-test/SingleSource/UnitTests/Makefile:1.13	Tue Apr 10 18:51:25 2007
+++ llvm-test/SingleSource/UnitTests/Makefile	Tue Apr 10 18:52:47 2007
@@ -2,7 +2,7 @@
 LEVEL = ../..
 include $(LEVEL)/Makefile.config
 
-DIRS := 
+DIRS := SetjmpLongjmp
 
 # llvm-gcc3 does not support any vector tests.
 ifneq ($(LLVMGCC_MAJVERS),3)






More information about the llvm-commits mailing list