forked from OSchip/llvm-project
c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet.
llvm-svn: 159499
This commit is contained in:
parent
e2ef47c145
commit
98346f92f2
|
@ -19,6 +19,7 @@ TOOL_NO_EXPORTS = 1
|
|||
|
||||
LINK_COMPONENTS := support mc
|
||||
USEDLIBS = clang.a clangFrontend.a clangDriver.a \
|
||||
clangTooling.a \
|
||||
clangSerialization.a clangParse.a clangSema.a \
|
||||
clangAnalysis.a clangEdit.a clangAST.a clangLex.a \
|
||||
clangBasic.a
|
||||
|
|
Loading…
Reference in New Issue