Add tests which can catch the issue in 0ce723cb228bc1d1a0f5718f3862fb836145a333
(If any function needs CFISection::EH, the module should use CFISection::EH).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/DebugInfo/X86/cfi_sections.ll | ||
---|---|---|
4 | May be add --force-dwarf-frame-section scenario as well, to make sure we get .debug_frame along with .eh_frame when asked for? While the rest looks good to me, from logical point of view, I can't read LLVM IR well. So, not able to comment on that. |
Comment Actions
Looks like they said with that change it was good for them and from my reading the IR is pretty good for a test. :)
May be add --force-dwarf-frame-section scenario as well, to make sure we get .debug_frame along with .eh_frame when asked for?
While the rest looks good to me, from logical point of view, I can't read LLVM IR well. So, not able to comment on that.