Fix portable build sos plugin problems (dotnet/coreclr#12125)
authorMike McLaughlin <mikem@microsoft.com>
Wed, 7 Jun 2017 06:53:15 +0000 (23:53 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2017 06:53:15 +0000 (23:53 -0700)
commitfabce6c72d473c8e9656bcce2ed8cfa9b383c785
tree47642c360e63f10ac056399bb2e11f8959164480
parent756c415f9b747e8703116f2d9d4da3efbddcb24a
Fix portable build sos plugin problems (dotnet/coreclr#12125)

* Fix portable build sos plugin problems.

Removing the explicit reference to liblldb. Since the lldb program has
already loaded this lib, our will now load regardless of the distro
and version of lldb.

Issue dotnet/coreclr#12098.

* Fix OSX build.

Commit migrated from https://github.com/dotnet/coreclr/commit/eb852b90f11fca0ab1f5ff4cc76ad298650d4d5e
src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt