[PATCH] D94835: Add ehcont section support

Arlo Siemsen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 19:12:04 PST 2021


arlosi updated this revision to Diff 319736.
arlosi added a comment.

Use a new field in MachineBasicBlock to store the symbol for ehcont; then emit it in the AsmPrinter.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94835

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  llvm/lib/CodeGen/EHContGuardCatchret.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/test/CodeGen/AArch64/ehcontguard.ll
  llvm/test/CodeGen/X86/ehcontguard.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94835.319736.patch
Type: text/x-patch
Size: 9209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210128/bb09bf38/attachment.bin>


More information about the llvm-commits mailing list