mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
build/Make: Change llvm-config-2 to be compiled as a build tool.
llvm-svn: 144421
This commit is contained in:
parent
f7435b501a
commit
bd02be5f45
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ LEVEL := .
|
|||||||
ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
|
ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
|
||||||
|
|
||||||
ifeq ($(BUILD_DIRS_ONLY),1)
|
ifeq ($(BUILD_DIRS_ONLY),1)
|
||||||
DIRS := lib/Support lib/TableGen utils
|
DIRS := lib/Support lib/TableGen utils tools/llvm-config-2
|
||||||
OPTIONAL_DIRS := tools/clang/utils/TableGen
|
OPTIONAL_DIRS := tools/clang/utils/TableGen
|
||||||
else
|
else
|
||||||
DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
|
DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user