mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add path to as so it doesn't find llvm as if that path is set.
llvm-svn: 687
This commit is contained in:
parent
c82ad749e2
commit
0d1998546d
@ -4,7 +4,7 @@ LLCOPTS := -dsched y
|
|||||||
|
|
||||||
TESTS := $(wildcard *.ll)
|
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
|
test all : testasmdis testopt testcodegen
|
||||||
@ -43,5 +43,5 @@ clean :
|
|||||||
$(AS) < $< | $(LLC) > $@
|
$(AS) < $< | $(LLC) > $@
|
||||||
|
|
||||||
%.o: %.s %.ll
|
%.o: %.s %.ll
|
||||||
as -xarch=v9 $<
|
/usr/ccs/bin/as -xarch=v9 $<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user