mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add TESTRUNR var
Correctly create directory for .bc target llvm-svn: 1623
This commit is contained in:
parent
ab727e1cd4
commit
64a3411bef
@ -32,6 +32,7 @@ LLINK = $(TOOLS)/link
|
||||
LCCFLAGS += -O2 -Wall
|
||||
LLCFLAGS =
|
||||
FAILURE = $(LEVEL)/test/Failure.sh
|
||||
TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
||||
|
||||
# Native Tool Definitions
|
||||
NATGCC = /usr/dcs/software/supported/bin/gcc
|
||||
@ -63,7 +64,7 @@ Output/%.ll: %.c $(LCC1) Output/.dir
|
||||
Output/%.bc: Output/%.ll $(LGCCAS)
|
||||
$(LGCCAS) $< -o $@
|
||||
|
||||
Output/%.bc: %.ll $(LAS)
|
||||
Output/%.bc: %.ll $(LAS) Output/.dir
|
||||
$(LAS) -f $< -o $@
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user