forked from OSchip/llvm-project
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. llvm-svn: 144323
This commit is contained in:
parent
5a5ce63742
commit
86660ab0b0
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue