Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-06-21 00:08:55 +0300
committerJan Vorlicek <janvorli@microsoft.com>2019-06-21 00:08:55 +0300
commit010bbc8844bebf349a8f4d6a5cf8e1122127bd12 (patch)
treea1f85efe1238a707e1b9422e67b16976f1016cee /src/coreclr/CMakeLists.txt
parent86982886580280e5d3542617e5ec5836c8984463 (diff)
Remove SOS and lldb plugin (dotnet/coreclr#25220)
* Remove SOS and lldb plugin Issue: https://github.com/dotnet/coreclr/issues/24092 Commit migrated from https://github.com/dotnet/coreclr/commit/6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index ab5c441785e..21f2031b954 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/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)