[clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleCXX after rC348907

This library was breaking my -DBUILD_SHARED_LIBS=1 build. rC348915 seemed to miss this case.

As this seems an "obvious" fix, I am committing without pre-commit review as
per the LLVM developer policy.

llvm-svn: 348929
This commit is contained in:
Alex Bradbury 2018-12-12 14:33:24 +00:00
parent 5ea7ecdb5e
commit f7dc77e942
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ add_clang_library(clangHandleCXX
clangCodeGen
clangFrontend
clangLex
clangSerialization
clangTooling
)