diff options
author | Zequan Wu <zequanwu@google.com> | 2025-09-02 14:26:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-02 21:26:07 +0000 |
commit | 2fc0e2c888521489f4a286b0902a6896506f8d8e (patch) | |
tree | 56912ef19a11e7f57c5cec3cc110418916a0e502 /clang/tools | |
parent | 023a98c2ae8a260632f5fa71aaede95c4a981399 (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
https://github.com/llvm/llvm-project/pull/153160 created those function
maps and uses default sort comparator which is not deterministic when
there are multiple entries with same name because llvm::sort is unstable
sort.
This fixes it by comparing the id value when tie happens and sort
`m_type_base_names` deterministically as well.
Diffstat (limited to 'clang/tools')
0 files changed, 0 insertions, 0 deletions