Fix overzealous fixme fixing
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Jan 2004 21:59:51 +0000 (21:59 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Jan 2004 21:59:51 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10827 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 7824c78a27453b7488d2c80e4a285037ab082b7d..0b2eba728f918217cf7abd5a0fa160a6a59740ce 100644 (file)
@@ -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.