[PATCH] D86527: [3/5] [MC] [Win64EH] Produce well-formed xdata records when info is missing
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 14:53:02 PDT 2020
mstorsjo added inline comments.
================
Comment at: llvm/test/MC/AArch64/seh.s:97
+ .seh_handlerdata
+ .long 0
+ .text
----------------
The `.long 0` here goes in the xdata section, appended after the unwind info.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86527/new/
https://reviews.llvm.org/D86527
More information about the llvm-commits
mailing list