[PATCH] D18402: [AArch64] Better errors for out-of-range fixups

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 09:38:39 PDT 2016


olista01 added a comment.

adjustFixupValue will always be called twice, first from processFixupValue and then from applyFixup. The first one will report the errors (because the MCContext is available there), so the second one does not have to. The ARM version of this code works the exact same way.


Repository:
  rL LLVM

http://reviews.llvm.org/D18402





More information about the llvm-commits mailing list