mirror of https://github.com/microsoft/clang.git
Add missing library dependency to fix build break after rC340247
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bdc37d05e
commit
1e3b037611
|
@ -35,4 +35,5 @@ add_clang_library(clangARCMigrate
|
||||||
clangSema
|
clangSema
|
||||||
clangSerialization
|
clangSerialization
|
||||||
clangStaticAnalyzerCheckers
|
clangStaticAnalyzerCheckers
|
||||||
|
clangStaticAnalyzerCore
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue