forked from OSchip/llvm-project
clangRename: Update libdeps to add clangASTMatchers.
Note, ClangRenameTests is linking USRFindingAction.cpp directly. llvm-svn: 275986
This commit is contained in:
parent
5541c8f4c2
commit
ccf48a2732
|
@ -8,6 +8,7 @@ add_clang_library(clangRename
|
|||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
clangIndex
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue