# 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.
# 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.
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.