This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,12 @@ NO_INSTALL = 1
21
21
# LINK_COMPONENTS before including Makefile.rules
22
22
include $(CLANG_LEVEL ) /../../Makefile.config
23
23
24
- LINK_COMPONENTS := $(TARGETS_TO_BUILD ) asmparser bitreader support mc option
24
+ LINK_COMPONENTS := $(TARGETS_TO_BUILD ) \
25
+ AsmParser \
26
+ BitReader \
27
+ MC \
28
+ Option \
29
+ Support
25
30
26
31
# Note that 'USEDLIBS' must include all of the core clang libraries
27
32
# when -static is given to linker on cygming.
Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ TOOL_NO_EXPORTS = 1
22
22
# LINK_COMPONENTS before including Makefile.rules
23
23
include $(CLANG_LEVEL ) /../../Makefile.config
24
24
25
- LINK_COMPONENTS := $(TARGETS_TO_BUILD ) asmparser bitreader support mc option
25
+ LINK_COMPONENTS := $(TARGETS_TO_BUILD ) \
26
+ AsmParser \
27
+ BitReader \
28
+ MC \
29
+ Option \
30
+ Support
26
31
27
32
# Note that 'USEDLIBS' must include all of the core clang libraries
28
33
# when -static is given to linker on cygming.
Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ TESTNAME = libclang
12
12
LINK_LIBS_IN_SHARED := 1
13
13
14
14
include $(CLANG_LEVEL ) /../../Makefile.config
15
- LINK_COMPONENTS := $(TARGETS_TO_BUILD ) asmparser bitreader support mc option
15
+ LINK_COMPONENTS := $(TARGETS_TO_BUILD ) \
16
+ AsmParser \
17
+ BitReader \
18
+ MC \
19
+ Option \
20
+ Support
16
21
17
22
# Note that 'USEDLIBS' must include all of the core clang libraries
18
23
# when -static is given to linker on cygming.
You can’t perform that action at this time.
0 commit comments