[PATCH] D61095: [AArch64][Windows] Compute function length correctly in unwind tables.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 15:24:25 PDT 2019


rnk added a comment.

It sounds like we're encoding the unwind info too early for AArch64. When we were implementing codeview inline line table stuff, we needed to be able to reliably calculate absolute label differences, so we added MCCVInlineLineTableFragment to delay the table encoding until assembly time. We can certainly do this for now, but perhaps a FIXME to delay things would be good.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61095/new/

https://reviews.llvm.org/D61095





More information about the llvm-commits mailing list