From: Chris Lattner Date: Fri, 7 Sep 2001 22:58:33 +0000 (+0000) Subject: Executables have moved into centralized location X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257;p=oota-llvm.git Executables have moved into centralized location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)