diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Makefile.tests | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 6231f55ccdd..bf87284be26 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -77,7 +77,7 @@ Output/%.bc: %.ll $(LAS) Output/.dir  # Compile a linked program to machine code for this processor.  # -Output/%.llc.s: Output/%.linked.bc +Output/%.llc.s: Output/%.llvm.bc  	$(LLC) $(LLCFLAGS) -f $< -o $@  # Assemble (and link) an LLVM-linked program using the system assembler... | 

