Skip to content
Snippets Groups Projects
Commit d6e98d68 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satisfy LDFLAGS=-static.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241992 91177308-0d34-0410-b5e6-96231b3b80d8
parent 89c2339b
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,17 @@ include $(CLANG_LEVEL)/../../Makefile.config ...@@ -24,13 +24,17 @@ include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
AsmParser \ AsmParser \
BitReader \ BitReader \
BitWriter \
IPO \
MC \ MC \
ObjCARCOpts \
Option \ Option \
Support Support
# Note that 'USEDLIBS' must include all of the core clang libraries # Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming. # when -static is given to linker on cygming.
USEDLIBS = clang.a \ USEDLIBS = clang.a \
clangCodeGen.a \
clangARCMigrate.a \ clangARCMigrate.a \
clangIndex.a \ clangIndex.a \
clangFormat.a \ clangFormat.a \
......
...@@ -25,13 +25,17 @@ include $(CLANG_LEVEL)/../../Makefile.config ...@@ -25,13 +25,17 @@ include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
AsmParser \ AsmParser \
BitReader \ BitReader \
BitWriter \
IPO \
MC \ MC \
ObjCARCOpts \
Option \ Option \
Support Support
# Note that 'USEDLIBS' must include all of the core clang libraries # Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming. # when -static is given to linker on cygming.
USEDLIBS = clang.a \ USEDLIBS = clang.a \
clangCodeGen.a \
clangIndex.a clangFormat.a clangRewrite.a \ clangIndex.a clangFormat.a clangRewrite.a \
clangFrontend.a clangDriver.a \ clangFrontend.a clangDriver.a \
clangTooling.a \ clangTooling.a \
......
...@@ -15,13 +15,17 @@ include $(CLANG_LEVEL)/../../Makefile.config ...@@ -15,13 +15,17 @@ include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ LINK_COMPONENTS := $(TARGETS_TO_BUILD) \
AsmParser \ AsmParser \
BitReader \ BitReader \
BitWriter \
IPO \
MC \ MC \
ObjCArcOpts \
Option \ Option \
Support Support
# Note that 'USEDLIBS' must include all of the core clang libraries # Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming. # when -static is given to linker on cygming.
USEDLIBS = clang.a \ USEDLIBS = clang.a \
clangCodeGen.a \
clangIndex.a clangFormat.a clangRewrite.a \ clangIndex.a clangFormat.a clangRewrite.a \
clangFrontend.a clangDriver.a \ clangFrontend.a clangDriver.a \
clangTooling.a \ clangTooling.a \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment