GCC 12 produces DW_FORM_addr for DW_AT_call_return_pc. Added support for that.
Fixes facebookincubator/BOLT#307
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
bolt/lib/Rewrite/DWARFRewriter.cpp | ||
---|---|---|
513 | I was wondering about that. | |
514 | I was going for simpler logic. I doubt it will add that many more patches. |
nit: use curly braces for the else block(s) if you've used them for the if block.