[Lldb-commits] [lldb] Add enable/disable api for SystemRuntime plugins (PR #133794)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 2 16:13:38 PDT 2025


dmpots wrote:

I have an attempted fix for these failures in #134173. I suspect ICF is combining the create functions into a single address which make us unable to remove them based on a unique address (which the plugin manager assumes).

https://github.com/llvm/llvm-project/pull/133794


More information about the lldb-commits mailing list