mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
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:
parent
1cbc29ff20
commit
b7e9ae1e93
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user