diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-12 12:17:55 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-12 12:17:55 +0000 |
commit | 146d5efa4e8d0ad7985adb8fede2667430eab0e1 (patch) | |
tree | 78fb7964f2d0167043c27cf6aca9eabc36eaa6a6 /clang/tools/c-index-test | |
parent | 0089e4dc099ea6c741b4f17c5a6894228cad2cac (diff) | |
download | bcm5719-llvm-146d5efa4e8d0ad7985adb8fede2667430eab0e1.tar.gz bcm5719-llvm-146d5efa4e8d0ad7985adb8fede2667430eab0e1.zip |
Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satisfy LDFLAGS=-static.
llvm-svn: 241992
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r-- | clang/tools/c-index-test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile index 2b79e66061e..b757b477958 100644 --- a/clang/tools/c-index-test/Makefile +++ b/clang/tools/c-index-test/Makefile @@ -25,13 +25,17 @@ include $(CLANG_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ AsmParser \ BitReader \ + BitWriter \ + IPO \ MC \ + ObjCARCOpts \ Option \ Support # Note that 'USEDLIBS' must include all of the core clang libraries # when -static is given to linker on cygming. USEDLIBS = clang.a \ + clangCodeGen.a \ clangIndex.a clangFormat.a clangRewrite.a \ clangFrontend.a clangDriver.a \ clangTooling.a \ |