[PATCH] D94835: Add ehcont section support

Arlo Siemsen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 22:35:54 PST 2021


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

Remove redundant field IsEHContTarget on MachineBasicBlock


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/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

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


More information about the llvm-commits mailing list