From 6fd98ae7ef051042ccd3a22b847ece6d432fea01 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 11 Nov 2011 20:41:06 +0000 Subject: [PATCH] build/Make: Switch back to llvm-config for now, I foolishly forgot to think about cross compiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144406 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index b7edfbaeaad..6b68cf2c6b8 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-2$(EXEEXT) +LLVM_CONFIG := $(LLVMToolDir)/llvm-config ifndef LLVMLD LLVMLD := $(LLVMToolDir)/llvm-ld$(EXEEXT) endif -- 2.34.1