[Lldb-commits] [PATCH] D120810: [lldb] Remove the global platform list
Nico Weber via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 9 08:42:00 PST 2022
thakis added inline comments.
================
Comment at: lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt:10
lldbPluginProcessUtility
+ lldbPluginProcessGDBRemote
)
----------------
It doesn't seem like lldb cares about this kind of thing, but this adds a dependency cycle: lldbPluginPlatformGDB->lldbPluginProcessGDBRemote->lldbPluginPlatformMacOSX->lldbPluginPlatformPOSIX->lldbPluginPlatformGDB
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120810/new/
https://reviews.llvm.org/D120810
More information about the lldb-commits
mailing list