projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbc29f
)
Executables have moved into centralized location
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 22:58:33 +0000
(22:58 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 1d43f8b4fe5071b0acbba7ecb74c859d08b33a4c..ff2915f8bc5b72f09b5dade266f92781e25c3c83 100644
(file)
--- 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)