forked from OSchip/llvm-project
[CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::printPretty().
llvm-svn: 220549
This commit is contained in:
parent
b320527e39
commit
3866e52803
|
@ -10,6 +10,7 @@ add_clang_library(clangRewrite
|
||||||
TokenRewriter.cpp
|
TokenRewriter.cpp
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
|
clangAST
|
||||||
clangBasic
|
clangBasic
|
||||||
clangLex
|
clangLex
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue