]> granicus.if.org Git - clang/commitdiff
libclang: Update comment about USEDLIBS in c-*-test/Makefile.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Jan 2013 04:11:33 +0000 (04:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Jan 2013 04:11:33 +0000 (04:11 +0000)
"Note that 'USEDLIBS' must include all of the core clang libraries when -static is given to linker on cygming."

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

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

index 1b78df0aba15f6ca40bf391d1ad6eb155e545b5f..02b8ab7bd6870ca208f945e3660d9ba4703c849c 100644 (file)
@@ -24,7 +24,7 @@ include $(CLANG_LEVEL)/../../Makefile.config
 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.
+# when -static is given to linker on cygming.
 USEDLIBS = clang.a \
           clangARCMigrate.a \
           clangRewriteFrontend.a \
index dd5d1ef8b3d0abfbd35e2a31a95513d2f55f1e8c..7723115263ee8b63c81e043b8806b6a5684bfe10 100644 (file)
@@ -23,6 +23,9 @@ TOOL_NO_EXPORTS = 1
 include $(CLANG_LEVEL)/../../Makefile.config
 
 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
+
+# Note that 'USEDLIBS' must include all of the core clang libraries
+# when -static is given to linker on cygming.
 USEDLIBS = clang.a \
           clangFormat.a clangRewriteCore.a \
           clangFrontend.a clangDriver.a \