]> granicus.if.org Git - clang/commit
Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 11 Mar 2012 08:04:40 +0000 (08:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 11 Mar 2012 08:04:40 +0000 (08:04 +0000)
commit74d2a9cfc9ef9bf0e02eedd4ba0befedeca4d713
tree6ff48f48e6986eae2a5a3fbc04d4b152070e775c
parent4e4d08403ca5cfd4d558fa2936215d3a4e5a528d
Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.

To link with -static -lclang, linker tries to seek not libclang.so, clang.dll nor libclang.dll.a, but libclang.a. USEDLIBS should have correct dependencies for -static.
(In contrast, USEDLIBS=libclang.so might be enough w/o -static)

FYI, cygwin build (in buildbot) is using -static, due to avoiding weirdness of extremely slower startup lag of clang.exe.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152539 91177308-0d34-0410-b5e6-96231b3b80d8
tools/c-arcmt-test/Makefile
tools/c-index-test/Makefile