summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-11-29 17:21:18 +0000
committerPavel Labath <labath@google.com>2016-11-29 17:21:18 +0000
commit16ff4b630d493e8d7b02626e21cae649f6199670 (patch)
tree8aa072015b9213f1951850d90ae694c977222121
parent86663cd0ef236f876c27adb822857ccaccf12b70 (diff)
downloadbcm5719-llvm-16ff4b630d493e8d7b02626e21cae649f6199670.tar.gz
bcm5719-llvm-16ff4b630d493e8d7b02626e21cae649f6199670.zip
Remove assorted other plugins which are not needed by lldb-server
language runtime, structured data, sanitizers, process plugins. llvm-svn: 288166
-rw-r--r--lldb/tools/lldb-server/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/tools/lldb-server/CMakeLists.txt b/lldb/tools/lldb-server/CMakeLists.txt
index e39d3405762..a344f0a2be7 100644
--- a/lldb/tools/lldb-server/CMakeLists.txt
+++ b/lldb/tools/lldb-server/CMakeLists.txt
@@ -60,28 +60,14 @@ set( LLDB_USED_LIBS
lldbPluginProcessUtility
lldbPluginObjectContainerMachOArchive
lldbPluginObjectContainerBSDArchive
- lldbPluginStructuredDataDarwinLog
lldbPluginUnwindAssemblyInstEmulation
lldbPluginUnwindAssemblyX86
- lldbPluginAppleObjCRuntime
- lldbPluginRenderScriptRuntime
- lldbPluginLanguageRuntimeGo
- lldbPluginLanguageRuntimeJava
lldbPluginCXXItaniumABI
lldbPluginInstructionARM
lldbPluginInstructionARM64
lldbPluginInstructionMIPS
lldbPluginInstructionMIPS64
lldbPluginObjectFilePECOFF
- lldbPluginOSGo
- lldbPluginOSPython
- lldbPluginMemoryHistoryASan
- lldbPluginInstrumentationRuntimeAddressSanitizer
- lldbPluginInstrumentationRuntimeThreadSanitizer
- lldbPluginSystemRuntimeMacOSX
- lldbPluginProcessElfCore
- lldbPluginProcessMinidump
- lldbPluginJITLoaderGDB
lldbPluginExpressionParserClang
lldbPluginExpressionParserGo
)
OpenPOWER on IntegriCloud