forked from OSchip/llvm-project
[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:
parent
ca6c8ee23b
commit
5f687a036f
|
@ -6,6 +6,7 @@ add_clang_library(clangApplyReplacements
|
|||
lib/Tooling/ApplyReplacements.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangBasic
|
||||
clangRewrite
|
||||
clangToolingCore
|
||||
|
|
Loading…
Reference in New Issue