[PATCH] D94835: Add ehcont section support

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 22:27:31 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG080866470d3e: Add ehcont section support (authored by arlosi, committed by pengfei).

Changed prior to commit:
  https://reviews.llvm.org/D94835?vs=322907&id=323664#toc

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/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  llvm/lib/CodeGen/AsmPrinter/WinException.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/EHContGuardCatchret.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/test/CodeGen/AArch64/ehcontguard.ll
  llvm/test/CodeGen/X86/ehcontguard.ll
  llvm/test/CodeGen/X86/win-catchpad-nested.ll
  llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94835.323664.patch
Type: text/x-patch
Size: 21465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/b3fcba4e/attachment-0001.bin>


More information about the llvm-commits mailing list