[Lldb-commits] [lldb] [DRAFT][lldb] Upgrade CompilerType::GetIndexOfFieldWithName to return llvm::Expected (PR #135963)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 16 07:53:14 PDT 2025
charles-zablit wrote:
> Is this API used for anything outside of that `PlatformSigInfoTest`? It doesn't seem to be used anywhere (including the apple fork). Should we just remove this API?
It's not used anywhere apart from the `PlatformSigInfoTest`. It's also inside the `lldb_private` namespace so I agree, I think it's best to remove it.
https://github.com/llvm/llvm-project/pull/135963
More information about the lldb-commits
mailing list