[llvm-branch-commits] [clang] clang: Avoid intermediate DenseSet of triples (PR #189263)
Joseph Huber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 29 09:46:18 PDT 2026
https://github.com/jhuber6 commented:
These were changed to be a multiset in https://github.com/llvm/llvm-project/commit/99b2a1143f932c2da8395a69072f177f596547b2 from a vector. I don't think `DenseSet` has a deterministic iteration order, so is this correct? I think the concern is that tests that use more than one toolchain will fail on different machines.
https://github.com/llvm/llvm-project/pull/189263
More information about the llvm-branch-commits
mailing list