diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-11 17:46:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-11 17:46:34 +0000 |
commit | 2a00ac1e7ea7df376bf6ebdf92ba800d06803b31 (patch) | |
tree | f64b2f10f42c6b7f73a1881e27f631251348bb99 | |
parent | 7fd7b30727a50dcbc240cd1b79e646f9df1ab991 (diff) | |
download | bcm5719-llvm-2a00ac1e7ea7df376bf6ebdf92ba800d06803b31.tar.gz bcm5719-llvm-2a00ac1e7ea7df376bf6ebdf92ba800d06803b31.zip |
Add var to find GCCLD tool
llvm-svn: 1846
-rw-r--r-- | llvm/test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index ef8ed25b40c..c6c7862ea04 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -25,6 +25,7 @@ LLI = $(TOOLS)/lli LLC = $(TOOLS)/llc LAS = $(TOOLS)/as LGCCAS = $(TOOLS)/gccas +LGCCLD = $(TOOLS)/gccld -L/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/ LDIS = $(TOOLS)/dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link |