diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 22:10:06 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 22:10:06 +0000 |
commit | a5b567516fffe0a850f5b08eaf4cd940d32ebea0 (patch) | |
tree | 644c55c15e80c0fd793bc7ed13f1fb2b0ff43616 /test/Makefile.tests | |
parent | 844c546acf65b4d2021f24cc66e8d5d94f49d487 (diff) |
Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 0b2eba728f..0e3a76901a 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 |