mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 00:43:48 +00:00
Updated the name of the linker to llvm-link.
This should fix the MultiSource tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc838348fc
commit
d16afe9d3e
@ -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