diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 21:59:51 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 21:59:51 +0000 |
commit | 844c546acf65b4d2021f24cc66e8d5d94f49d487 (patch) | |
tree | 4e0ad5db53ea4f0ab85cdba64f6934eca7965530 /test/Makefile.tests | |
parent | 5c59be95521d70d2429319de2cb5f2ea9ba4385d (diff) |
Fix overzealous fixme fixing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 7824c78a27..0b2eba728f 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. |