summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile2
-rw-r--r--llvm/Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index dae41cf56aa..016768e72e4 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -31,7 +31,7 @@ ifeq ($(BUILD_DIRS_ONLY),1)
OPTIONAL_DIRS := tools/clang/utils/TableGen
else
DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
- tools/llvm-config tools runtime docs unittests
+ tools/llvm-config tools/llvm-config-2 tools runtime docs unittests
OPTIONAL_DIRS := projects bindings
endif
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 6b68cf2c6b8..27043518f30 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -516,7 +516,7 @@ ifndef LLVM_TBLGEN
LLVM_TBLGEN := $(LLVMToolDir)/llvm-tblgen$(EXEEXT)
endif
endif
-LLVM_CONFIG := $(LLVMToolDir)/llvm-config
+LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2
ifndef LLVMLD
LLVMLD := $(LLVMToolDir)/llvm-ld$(EXEEXT)
endif
OpenPOWER on IntegriCloud