Skip to content

Commit

Permalink
[lldb] [lldb-instr] Add missing linkage to clang libraries
Browse files Browse the repository at this point in the history
Fix build errors against shared clang by adding all the libraries used
in the code.

Differential Revision: https://reviews.llvm.org/D57999

llvm-svn: 353680
  • Loading branch information
mgorny committed Feb 11, 2019
1 parent 317f9e7 commit f68b6cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lldb/tools/lldb-instr/CMakeLists.txt
Expand Up @@ -5,6 +5,9 @@ add_lldb_tool(lldb-instr
clangAST
clangBasic
clangFrontend
clangLex
clangRewrite
clangSerialization
clangTooling

LINK_COMPONENTS
Expand Down

0 comments on commit f68b6cb

Please sign in to comment.