[llvm-commits] CVS: llvm-test/LLVMSource/Makefile

Reid Spencer reid at x10sys.com
Sun Sep 5 00:57:04 PDT 2004



Changes in directory llvm-test/LLVMSource:

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

Rid llvm-test of the last vestiges of its "test/Programs" inheritance.


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

Index: llvm-test/LLVMSource/Makefile
diff -u llvm-test/LLVMSource/Makefile:1.3 llvm-test/LLVMSource/Makefile:1.4
--- llvm-test/LLVMSource/Makefile:1.3	Mon Feb  9 16:53:14 2004
+++ llvm-test/LLVMSource/Makefile	Sun Sep  5 02:56:52 2004
@@ -1,4 +1,4 @@
-#                  test/Programs/LLVMSource/Makefile
+#                  LLVMSource/Makefile
 #
 # This directory contains regression tests for LLVM backends written in LLVM
 # assembly language.
@@ -9,7 +9,7 @@
 REQUIRES_EH_SUPPORT := 1
 
 PROGRAMS_TO_TEST := $(basename $(wildcard *.ll))
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
 
 LLVM_SOURCE_BYTECODES := $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc)
 






More information about the llvm-commits mailing list