[PATCH] D53540: [COFF, ARM64] Implement support for SEH extensions __try/__except/__finally

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 11:11:00 PST 2019


mgrang updated this revision to Diff 180700.
mgrang added a comment.

Addressed comments. The MCSymbol for the frame offset is now lowered in the assembler. D56037 <https://reviews.llvm.org/D56037> needs to merge first.
I am now working on test cases. Will push them soon.


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

https://reviews.llvm.org/D53540

Files:
  include/llvm/CodeGen/MachineFunction.h
  lib/CodeGen/AsmPrinter/WinException.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64RegisterInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53540.180700.patch
Type: text/x-patch
Size: 6516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/5377e4f0/attachment.bin>


More information about the llvm-commits mailing list