Fix build issue with shared libraries reported via email

llvm-svn: 294763
This commit is contained in:
Chris Bieneman 2017-02-10 17:47:55 +00:00
parent e60f4e4b8d
commit 8909b6804c
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
lldbUtility
LINK_COMPONENTS
Support
MC
)