[Lldb-commits] [lldb] [LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (PR #165281)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 10:19:10 PDT 2025
charles-zablit wrote:
> `std::set` or `llvm::UniqueVector` perhaps?
`llvm::UniqueVector` looks like what we need. I might be wrong but I think that `std::set` sorts the elements, while we want to preserve the insertion order.
https://github.com/llvm/llvm-project/pull/165281
More information about the lldb-commits
mailing list