aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile5
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)