summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile.common2
-rw-r--r--llvm/Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index 7b6c9867d8f..f002d0af065 100644
--- a/llvm/Makefile.common
+++ b/llvm/Makefile.common
@@ -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
###########################################################################
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 7b6c9867d8f..f002d0af065 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -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
###########################################################################
OpenPOWER on IntegriCloud