[PATCH] D25069: Fix PREL31 relocation on ARM
Yichao Yu via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 12:57:11 PDT 2016
yuyichao added a comment.
> Your solution is the same way that R_ARM_PREL31 is handled in lld, so this looks fine from a correctness point of view.
Good to know.... Would have saved me some time....
> they may also insist on a test being written.
The failure shows up as invalid unwind info. Any pointer to a similar test / how can I write one?
https://reviews.llvm.org/D25069
More information about the llvm-commits
mailing list