]> granicus.if.org Git - clang/commitdiff
Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satisfy LDFLA...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jul 2015 12:17:55 +0000 (12:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jul 2015 12:17:55 +0000 (12:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241992 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-arcmt-test/Makefile
tools/c-index-test/Makefile
unittests/libclang/Makefile

index 2e9e449a6e7fbffde653c89acf55a8ee45791f86..03e0c9e58c4d5d4703f00e9c90fa5416e7eb5092 100644 (file)
@@ -24,13 +24,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 \
           clangARCMigrate.a \
           clangIndex.a \
           clangFormat.a \
index 2b79e66061e9d1dd971b68e08b677e2efbc1fda4..b757b477958e343df62d515bafaa27c3f06ab1d9 100644 (file)
@@ -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 \
index 82fa0f9a7c94a685d174d74766ce02108aacb591..037dea34d299f8e789cd12a7451e5d48e54c084b 100644 (file)
@@ -15,13 +15,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 \