[PATCH] D87371: [MC] [Win64EH] Try to generate packed unwind info where possible

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 04:46:59 PDT 2020


mstorsjo created this revision.
mstorsjo added reviewers: efriedma, ssijaric, TomTan, rnk.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
mstorsjo requested review of this revision.

Unfortunately, in practice, this isn't ever matched by the code generated by LLVM, as the frame layout doesn't match the canonical layout required by the packed format.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87371

Files:
  llvm/include/llvm/MC/MCWinEH.h
  llvm/lib/MC/MCWin64EH.cpp
  llvm/test/MC/AArch64/seh-packed-unwind.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87371.290711.patch
Type: text/x-patch
Size: 34182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/8980b525/attachment.bin>


More information about the llvm-commits mailing list