diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 04:11:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 04:11:33 +0000 |
commit | 6f7eeb9a977ca2ed31a2c749fa421d6c850d38d5 (patch) | |
tree | d855118a1a5b5b54ffb87a4f8bdf93dca7610a38 /tools/c-index-test | |
parent | b62faef5ec86c1931785ffa805ece9b491735894 (diff) |
libclang: Update comment about USEDLIBS in c-*-test/Makefile.
"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
Diffstat (limited to 'tools/c-index-test')
-rw-r--r-- | tools/c-index-test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index dd5d1ef8b3..7723115263 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -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 \ |