forked from OSchip/llvm-project
Remove dependency on clangASTMatchers.
- It seems no long required for shared library builds.
This commit is contained in:
parent
d876c7c8ec
commit
b22d450496
|
@ -92,7 +92,6 @@ add_clang_library(clangCodeGen
|
|||
LINK_LIBS
|
||||
clangAnalysis
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
clangFrontend
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue