1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

build/Make: Change llvm-config-2 to be compiled as a build tool.

llvm-svn: 144421
This commit is contained in:
Daniel Dunbar 2011-11-11 22:59:49 +00:00
parent f7435b501a
commit bd02be5f45

View File

@ -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 \