From b7e9ae1e93e0ca97e829b74f2f5c4511ad0cb257 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 22:58:33 +0000 Subject: [PATCH] Executables have moved into centralized location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)