diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 22:58:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 22:58:33 +0000 |
commit | b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257 (patch) | |
tree | bcd704a7bd1d953d553d755ee3e43bbfacb9e381 /test/Makefile | |
parent | 1cbc29ff20bf7a4928b1c50c9fc289abc2f379cd (diff) | |
download | external_llvm-b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257.zip external_llvm-b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257.tar.gz external_llvm-b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257.tar.bz2 |
Executables have moved into centralized location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index 1d43f8b..ff2915f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) |