Executables have moved into centralized location

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-09-07 22:58:33 +00:00
parent 1cbc29ff20
commit b7e9ae1e93

View 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)