forked from OSchip/llvm-project
clangTooling depends on ClangDriverOptions since r280118.
llvm-svn: 280186
This commit is contained in:
parent
4fd30769c1
commit
6110c9aa02
|
@ -13,6 +13,9 @@ add_clang_library(clangTooling
|
||||||
RefactoringCallbacks.cpp
|
RefactoringCallbacks.cpp
|
||||||
Tooling.cpp
|
Tooling.cpp
|
||||||
|
|
||||||
|
DEPENDS
|
||||||
|
ClangDriverOptions
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
clangAST
|
clangAST
|
||||||
clangASTMatchers
|
clangASTMatchers
|
||||||
|
|
Loading…
Reference in New Issue