mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Updated the name of the linker to llvm-link.
This should fix the MultiSource tests. llvm-svn: 8569
This commit is contained in:
parent
13c224fd17
commit
d29d765039
@ -49,7 +49,7 @@ LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)
|
||||
LGCCLDPROG = $(TOOLS)/gccld
|
||||
LDIS = $(TOOLS)/llvm-dis
|
||||
LOPT = $(TOOLS)/opt
|
||||
LLINK = $(TOOLS)/link
|
||||
LLINK = $(TOOLS)/llvm-link
|
||||
LANALYZE = $(TOOLS)/analyze
|
||||
LBUGPOINT= $(TOOLS)/bugpoint
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user