[llvm-commits] CVS: llvm/test/Makefile.tests

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jan 13 16:01:01 PST 2004


Changes in directory llvm/test:

Makefile.tests updated: 1.82 -> 1.83

---
Log message:

Fix overzealous fixme fixing


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.82 llvm/test/Makefile.tests:1.83
--- llvm/test/Makefile.tests:1.82	Tue Jan 13 15:56:30 2004
+++ llvm/test/Makefile.tests	Tue Jan 13 15:59:51 2004
@@ -95,7 +95,7 @@
 # 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.





More information about the llvm-commits mailing list