Skip to content

Commit

Permalink
Add TESTRUNR var
Browse files Browse the repository at this point in the history
Correctly create directory for .bc target


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1623 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Feb 1, 2002
1 parent 9a3c2b5 commit fbda7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Makefile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 $@

#
Expand Down

0 comments on commit fbda7a0

Please sign in to comment.