diff options
Diffstat (limited to 'llvm')
-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 |