[PATCH] D81469: [DebugInfo/DWARF] - Report .eh_frame sections of version != 1.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 08:12:23 PDT 2020
probinson added a comment.
If the .eh_frame section contains contributions for multiple compilation units, the dumper should skip over the bad one and continue dumping at the next one. In which case, you'd need only one test, with multiple units in it (imitating a linked executable).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81469/new/
https://reviews.llvm.org/D81469
More information about the llvm-commits
mailing list