mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04: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:
+2
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user