]> granicus.if.org Git - clang/commitdiff
Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-index-test.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Jan 2013 14:53:49 +0000 (14:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Jan 2013 14:53:49 +0000 (14:53 +0000)
They don't link cygclang.dll, but libclang.a on cygwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172980 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 3372daebcb8611e5b06113f0216094da2aba36a1..1b78df0aba15f6ca40bf391d1ad6eb155e545b5f 100644 (file)
@@ -21,7 +21,7 @@ NO_INSTALL = 1
 # LINK_COMPONENTS before including Makefile.rules
 include $(CLANG_LEVEL)/../../Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
 
 # Note that 'USEDLIBS' must include all of the core clang libraries
 # as clang.dll is unavailable on cygming yet.
index 11719545c4b4efd80022100a7b4a52a2dda4aeeb..dd5d1ef8b3d0abfbd35e2a31a95513d2f55f1e8c 100644 (file)
@@ -22,7 +22,7 @@ TOOL_NO_EXPORTS = 1
 # LINK_COMPONENTS before including Makefile.rules
 include $(CLANG_LEVEL)/../../Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
 USEDLIBS = clang.a \
           clangFormat.a clangRewriteCore.a \
           clangFrontend.a clangDriver.a \