[CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 30 Oct 2014 03:22:32 +0000 (03:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 30 Oct 2014 03:22:32 +0000 (03:22 +0000)
commit5f687a036f88518be60276ab1c906bcc93010fd9
treea38dcbc7d84e9c281ce4d09e6f1b6d242b1661e9
parentca6c8ee23b99df5fae168a4de373e8a316673271
[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
clang-tools-extra/clang-apply-replacements/CMakeLists.txt