[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:
Shuai Wang 2018-09-11 22:41:14 +00:00
parent e716a0c90e
commit 8b92e51e54
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ add_clang_library(clangAnalysis
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
)