Add path to as so it doesn't find llvm as if that path is set.
authorChris Lattner <sabre@nondot.org>
Mon, 1 Oct 2001 00:50:36 +0000 (00:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Oct 2001 00:50:36 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@687 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 82576e2e34279136435aa7e09029f5f90b19bb6a..10b5d5b4849889252cd9ac75bdc896fee728df07 100644 (file)
@@ -4,7 +4,7 @@ LLCOPTS := -dsched y
 
 TESTS := $(wildcard *.ll)
 
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v opttest | grep -v xx.ll )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v opttest | grep -v xx.ll | grep -v select.ll )
 
 
 test all : testasmdis testopt testcodegen
@@ -43,5 +43,5 @@ clean :
        $(AS) < $<  | $(LLC) > $@
 
 %.o: %.s %.ll
-       as -xarch=v9 $<
+       /usr/ccs/bin/as -xarch=v9 $<