[PATCH] D33670: Fix crash when processing relocations in .eh_frame
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 05:57:10 PDT 2017
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM with the latest fixes.
Just a side note - this patch fix allows linking with the `-z notext` option. GNU and gold linkers work even without this option. They convert absolute R_MIPS_32/64 relocations against .eh_frame section into relative equivalents.
https://reviews.llvm.org/D33670
More information about the llvm-commits
mailing list