build/Make: Switch back to llvm-config for now, I foolishly forgot to think

about cross compiles.

llvm-svn: 144406
This commit is contained in:
Daniel Dunbar 2011-11-11 20:41:06 +00:00
parent 46198ff824
commit 5dcd025036
1 changed files with 1 additions and 1 deletions

View 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