projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6463e0d
)
MAke sure llc output is regenerated if the LLC binary changes.
author
Chris Lattner
<sabre@nondot.org>
Mon, 14 Oct 2002 06:12:10 +0000
(06:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 14 Oct 2002 06:12:10 +0000
(06:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4164
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile.tests
patch
|
blob
|
history
diff --git
a/test/Makefile.tests
b/test/Makefile.tests
index 1b9a413595650f374e52dd9035b301e129d93074..a26b0cda60010dd64cebfd36db97df5c30267bf7 100644
(file)
--- a/
test/Makefile.tests
+++ b/
test/Makefile.tests
@@
-90,7
+90,7
@@
Output/%.bc: %.ll $(LAS) Output/.dir
# Compile a linked program to machine code for this processor.
#
-Output/%.llc.s: Output/%.llvm.bc
+Output/%.llc.s: Output/%.llvm.bc
$(LLC)
$(LLC) $(LLCFLAGS) -f $< -o $@
# Assemble (and link) an LLVM-linked program using the system assembler...