diff --git a/test/Makefile b/test/Makefile index 1d43f8b4fe5..ff2915f8bc5 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)