Executables have moved into centralized location
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 22:58:33 +0000 (22:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 22:58:33 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 1d43f8b4fe5071b0acbba7ecb74c859d08b33a4c..ff2915f8bc5b72f09b5dade266f92781e25c3c83 100644 (file)
@@ -1,6 +1,5 @@
-LLVM := ..
-LLC  := $(LLVM)/tools/llc/llc
-AS   := $(LLVM)/tools/as/as
+LLC  := ../tools/Debug/llc
+AS   := ../tools/Debug/as
 LLCOPTS := -dsched t
 
 TESTS := $(wildcard *.ll)