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."

llvm-svn: 173124

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

index 1b78df0..02b8ab7 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 dd5d1ef..7723115 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 \