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:
Hiroshi Inoue 2018-08-21 11:41:41 +00:00
parent 1bdc37d05e
commit 1e3b037611
1 changed files with 1 additions and 0 deletions

View File

@ -35,4 +35,5 @@ add_clang_library(clangARCMigrate
clangSema
clangSerialization
clangStaticAnalyzerCheckers
clangStaticAnalyzerCore
)