summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-06-20 14:08:55 -0700
committerJan Vorlicek <janvorli@microsoft.com>2019-06-20 23:08:55 +0200
commit6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e (patch)
tree5a7abae1508a7b0aaf70926c1618c8d4e682a9f5 /CMakeLists.txt
parentec2a74e7649f1c0ecff32ce86724bf3ca80bfd46 (diff)
downloadcoreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.gz
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.bz2
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.zip
Remove SOS and lldb plugin (#25220)
* Remove SOS and lldb plugin Issue: https://github.com/dotnet/coreclr/issues/24092
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab5c441785..21f2031b95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,7 +158,6 @@ if(CLR_CMAKE_PLATFORM_UNIX AND NOT DEFINED CLR_CROSS_COMPONENTS_BUILD)
endif()
if(CLR_CMAKE_PLATFORM_UNIX)
- add_subdirectory(src/ToolBox/SOS/lldbplugin)
add_subdirectory(src/pal)
add_subdirectory(src/coreclr/hosts)
add_subdirectory(src/ildasm/unixcoreclrloader)