build/Make: Switch back to llvm-config for now, I foolishly forgot to think
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 20:41:06 +0000 (20:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 20:41:06 +0000 (20:41 +0000)
about cross compiles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144406 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index b7edfbaeaad324fe2e5029236c238e86ad860d7b..6b68cf2c6b862641a10bd417244cf0912742a90e 100644 (file)
@@ -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