aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 0b2eba7..0e3a769 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -36,12 +36,7 @@ endif
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