Cleanup testsuite
authorChris Lattner <sabre@nondot.org>
Tue, 20 Aug 2002 19:34:51 +0000 (19:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Aug 2002 19:34:51 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3411 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/Makefile
test/Linker/testlink2.ll

index 3853e85983aad5bcc7eca1e8e95de16573344f06..c18a877beed33115c9cbeca202b60ef9435aa79b 100644 (file)
@@ -5,5 +5,5 @@ TESTS := $(wildcard *.ll)
 
 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LLINK)
        -$(TESTRUNR) $<
index 5aacf1a95b2192f257ba5f38d78bebf40ea0c365..4e5d7d560b4ccaa01b3580f2021234a0cdb563a1 100644 (file)
@@ -1,3 +1,6 @@
+; This file is used by testlink1.ll, so it doesn't actually do anything itself
+;
+; RUN: echo
 
 %MyVar     = global int 4
 %MyIntList = uninitialized global { \2 *, int }