Fix another build issue with shared libraries on Linux

llvm-svn: 294767
This commit is contained in:
Chris Bieneman 2017-02-10 18:37:02 +00:00
parent 39f8da3823
commit ba170c2ad8
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
LINK_COMPONENTS LINK_COMPONENTS
Support Support
MC MC
MCDisassembler
RuntimeDyld
) )