summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/tools/c-arcmt-test/Makefile7
-rw-r--r--clang/tools/c-index-test/Makefile7
-rw-r--r--clang/unittests/libclang/Makefile7
3 files changed, 18 insertions, 3 deletions
diff --git a/clang/tools/c-arcmt-test/Makefile b/clang/tools/c-arcmt-test/Makefile
index fff05f82825..2e9e449a6e7 100644
--- a/clang/tools/c-arcmt-test/Makefile
+++ b/clang/tools/c-arcmt-test/Makefile
@@ -21,7 +21,12 @@ NO_INSTALL = 1
# LINK_COMPONENTS before including Makefile.rules
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
+ AsmParser \
+ BitReader \
+ MC \
+ Option \
+ Support
# Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming.
diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile
index 62bc9348dbf..2b79e66061e 100644
--- a/clang/tools/c-index-test/Makefile
+++ b/clang/tools/c-index-test/Makefile
@@ -22,7 +22,12 @@ TOOL_NO_EXPORTS = 1
# LINK_COMPONENTS before including Makefile.rules
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
+ AsmParser \
+ BitReader \
+ MC \
+ Option \
+ Support
# Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming.
diff --git a/clang/unittests/libclang/Makefile b/clang/unittests/libclang/Makefile
index f8e83aa83a1..82fa0f9a7c9 100644
--- a/clang/unittests/libclang/Makefile
+++ b/clang/unittests/libclang/Makefile
@@ -12,7 +12,12 @@ TESTNAME = libclang
LINK_LIBS_IN_SHARED := 1
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
+ AsmParser \
+ BitReader \
+ MC \
+ Option \
+ Support
# Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming.
OpenPOWER on IntegriCloud