summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 22:11:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 22:11:04 +0000
commit950dba04e0ac7a0ae4d47b43b60f620e053ce26b (patch)
treecad2a076b1e091239ae1a996c08abe9ef36b4b5c /Makefile.rules
parent1b332860aef0121cf4591f4377a7201ce0ef8366 (diff)
build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up
some more of the explicit dependencies. I'm staging things more slowly this time in case there is more unanticipated fallout. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 6b68cf2c6b8..27043518f30 100644
--- a/Makefile.rules
+++ b/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