Fix another build issue with shared libraries on Linux

In r294767, I added these dependencies in the wrong place.

llvm-svn: 294768
This commit is contained in:
Chris Bieneman 2017-02-10 18:39:26 +00:00
parent ba170c2ad8
commit 8c31ea917a
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,7 @@ add_lldb_library(lldbPluginDisassemblerLLVM PLUGIN
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
MC
MCDisassembler
RuntimeDyld
Support
)

View File

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