mirror of https://github.com/microsoft/clang.git
[NFC] Fix build breakage caused by D51948
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e716a0c90e
commit
8b92e51e54
|
@ -34,6 +34,7 @@ add_clang_library(clangAnalysis
|
|||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
clangLex
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue