forked from OSchip/llvm-project
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:
parent
ba170c2ad8
commit
8c31ea917a
|
@ -8,5 +8,7 @@ add_lldb_library(lldbPluginDisassemblerLLVM PLUGIN
|
|||
LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
MC
|
||||
MCDisassembler
|
||||
RuntimeDyld
|
||||
Support
|
||||
)
|
||||
|
|
|
@ -10,6 +10,4 @@ add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
|
|||
LINK_COMPONENTS
|
||||
Support
|
||||
MC
|
||||
MCDisassembler
|
||||
RuntimeDyld
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue