[CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.

clangApplyReplacements.lib(ApplyReplacements.cpp.obj) : error LNK2001: unresolved external symbol "private: void __thiscall clang::APValue::DestroyDataAndMakeUninit(void)" (?DestroyDataAndMakeUninit@APValue@clang@@AAEXXZ)

They are not seen in mingw dll build. Investigating.

llvm-svn: 220895
This commit is contained in:
NAKAMURA Takumi 2014-10-30 03:22:32 +00:00
parent ca6c8ee23b
commit 5f687a036f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ add_clang_library(clangApplyReplacements
lib/Tooling/ApplyReplacements.cpp
LINK_LIBS
clangAST
clangBasic
clangRewrite
clangToolingCore