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

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


Changes in directory llvm/test:

Makefile.tests updated: 1.83 -> 1.84

---
Log message:

Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.

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

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.83 llvm/test/Makefile.tests:1.84
--- llvm/test/Makefile.tests:1.83	Tue Jan 13 15:59:51 2004
+++ llvm/test/Makefile.tests	Tue Jan 13 16:10:06 2004
@@ -36,12 +36,7 @@
 
 TOOLS    = $(LLVMTOOLCURRENT)
 
-# LLVM Tool Definitions...
-#
-LCC      = $(LLVMGCC)   ## FIXME: remove these definitions, use LLVMGCC directly
-LCXX     = $(LLVMGXX)   ## FIXME: remove these definitions, use LLVMGXX directly
-LAS      = $(LLVMAS)    ## FIXME: remove these definitions, use LLVMAS directly
-
+# LLVM Tool Definitions (LLVMGCC, LLVMGXX, LLVMAS are provided by Makefile.rules)
 LLI      = $(TOOLS)/lli
 LLC      = $(TOOLS)/llc
 LGCCAS   = $(TOOLS)/gccas





More information about the llvm-commits mailing list