diff options
author | Fangrui Song <i@maskray.me> | 2022-07-31 13:43:07 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-07-31 13:43:07 -0700 |
commit | a9c5d09c5e8d8ccbd90229cc64193c78cf558143 (patch) | |
tree | 6658afc9aba269974faf908e9dada4b31b3c934f /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 17df74214c97bab8546d24c84a6aa7054b1449e1 (diff) | |
download | llvm-a9c5d09c5e8d8ccbd90229cc64193c78cf558143.zip llvm-a9c5d09c5e8d8ccbd90229cc64193c78cf558143.tar.gz llvm-a9c5d09c5e8d8ccbd90229cc64193c78cf558143.tar.bz2 |
[ELF][test] Test identical CIE content with different personality
If we change
CieRecord *&rec = cieMap[{cie.data(), personality}];
to
CieRecord *&rec = cieMap[{cie.data(), nullptr}];
The new test can catch the failure.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions