mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Start using llvm-as' instead of
as'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231d64dd08
commit
a86b04246a
@ -332,7 +332,7 @@ LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
|
||||
# Some of the compiled LLVM tools which are used for compilation of runtime
|
||||
# libraries.
|
||||
#
|
||||
LLVMAS := $(LLVMTOOLCURRENT)/as
|
||||
LLVMAS := $(LLVMTOOLCURRENT)/llvm-as
|
||||
|
||||
|
||||
###########################################################################
|
||||
|
@ -332,7 +332,7 @@ LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
|
||||
# Some of the compiled LLVM tools which are used for compilation of runtime
|
||||
# libraries.
|
||||
#
|
||||
LLVMAS := $(LLVMTOOLCURRENT)/as
|
||||
LLVMAS := $(LLVMTOOLCURRENT)/llvm-as
|
||||
|
||||
|
||||
###########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user