[PATCH] D50998: [LLD] [COFF] Check the instructions in ARM MOV32T relocations

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 19:16:36 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

It looks like these guards are reasonable given that these relocations are tricky. Our policy is to not protect lld from all possible input corruptions, but that doesn't mean we shouldn't do a reasonable error check.


https://reviews.llvm.org/D50998





More information about the llvm-commits mailing list