diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-08-21 11:41:41 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-08-21 11:41:41 +0000 |
commit | 1678ef6eb36709190f5b667b5a0cb4fcec6dd9c6 (patch) | |
tree | 3bd8245fed482384a3402ea49ea7a7ff78e1440b /clang | |
parent | bb5ee41ab41bf0db99c2cea4c16c7eaeb0339965 (diff) | |
download | bcm5719-llvm-1678ef6eb36709190f5b667b5a0cb4fcec6dd9c6.tar.gz bcm5719-llvm-1678ef6eb36709190f5b667b5a0cb4fcec6dd9c6.zip |
Add missing library dependency to fix build break after rC340247
llvm-svn: 340271
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/ARCMigrate/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/ARCMigrate/CMakeLists.txt b/clang/lib/ARCMigrate/CMakeLists.txt index b716a20fe63..efdff279aae 100644 --- a/clang/lib/ARCMigrate/CMakeLists.txt +++ b/clang/lib/ARCMigrate/CMakeLists.txt @@ -35,4 +35,5 @@ add_clang_library(clangARCMigrate clangSema clangSerialization clangStaticAnalyzerCheckers + clangStaticAnalyzerCore ) |