File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 10
10
CLANG_LEVEL := ../..
11
11
LIBRARYNAME = PrintFunctionNames
12
12
13
- # Include this here so we can get the configuration of the targets that have
14
- # been configured for construction. We have to do this early so we can set up
15
- # LINK_COMPONENTS before including Makefile.rules
16
- include $(CLANG_LEVEL ) /../../Makefile.config
17
-
18
13
LINK_LIBS_IN_SHARED = 1
19
14
SHARED_LIBRARY = 1
20
15
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ NO_INSTALL = 1
15
15
# No plugins, optimize startup time.
16
16
TOOL_NO_EXPORTS = 1
17
17
18
- # Include this here so we can get the configuration of the targets that have
19
- # been configured for construction. We have to do this early so we can set up
20
- # LINK_COMPONENTS before including Makefile.rules
21
- include $(CLANG_LEVEL ) /../../Makefile.config
22
-
23
18
LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \
24
19
selectiondag asmparser
25
20
USEDLIBS = clangFrontend.a clangDriver.a clangCodeGen.a clangSema.a \
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ NO_INSTALL = 1
15
15
# No plugins, optimize startup time.
16
16
TOOL_NO_EXPORTS = 1
17
17
18
- # Include this here so we can get the configuration of the targets that have
19
- # been configured for construction. We have to do this early so we can set up
20
- # LINK_COMPONENTS before including Makefile.rules
21
- include $(CLANG_LEVEL ) /../../Makefile.config
22
-
23
18
LINK_COMPONENTS := asmparser bitreader mc core
24
19
USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
25
20
clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ TOOLNAME = c-index-test
13
13
# No plugins, optimize startup time.
14
14
TOOL_NO_EXPORTS = 1
15
15
16
- include $(CLANG_LEVEL ) /../../Makefile.config
17
-
18
16
LINK_COMPONENTS := bitreader mc core
19
17
USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
20
18
clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ LIBRARYNAME = clang
12
12
13
13
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR ) /libclang.exports
14
14
15
- # Include this here so we can get the configuration of the targets
16
- # that have been configured for construction. We have to do this
17
- # early so we can set up LINK_COMPONENTS before including Makefile.rules
18
- include $(CLANG_LEVEL ) /../../Makefile.config
19
-
20
15
LINK_LIBS_IN_SHARED = 1
21
16
SHARED_LIBRARY = 1
22
17
You can’t perform that action at this time.
0 commit comments