[all-commits] [llvm/llvm-project] a9c5d0: [ELF][test] Test identical CIE content with differ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 31 13:43:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9c5d09c5e8d8ccbd90229cc64193c78cf558143
https://github.com/llvm/llvm-project/commit/a9c5d09c5e8d8ccbd90229cc64193c78cf558143
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M lld/test/ELF/eh-frame-multilpe-cie.s
Log Message:
-----------
[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.
More information about the All-commits
mailing list