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 | 9dfdf0f1e6894db020cb0a203af04b5754837e28 (patch) | |
tree | 770282ffdc7f1eeb82320925361d1269f187125c | |
parent | e1a52f6a15667b509a97db1ba0e36d612d85f549 (diff) |
Add var to find GCCLD tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1846 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index ef8ed25b40..c6c7862ea0 100644 --- a/test/Makefile.tests +++ b/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 |