aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 7824c78..0b2eba7 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -95,7 +95,7 @@ Output/%.ll: %.cc $(LCC1XX) Output/.dir $(INCLUDES)
# from GCC output, so use GCCAS.
#
Output/%.bc: Output/%.ll $(LGCCAS)
- -$(LLVMAS) $(STATS) $< -o $@
+ -$(LGCCAS) $(STATS) $< -o $@
# LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
# LLVM source, use the non-transforming assembler.