[PATCH] D30264: Add MCContext argument to MCAsmBackend::applyFixup for error reporting

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 06:53:55 PST 2017


asb added a comment.

I've just verified this patch still applies cleanly to HEAD and, as before, all tests pass. Any comments? I think this is a useful cleanup for backends that already report errors for out-of-range fixups, and will make it easier to improve other backends with similar error reporting.


https://reviews.llvm.org/D30264





More information about the llvm-commits mailing list