[PATCH] D132146: [PowerPC] XCOFF exception section support on assembler path and exception language and reason code lowering from trap intrinsics

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 07:37:57 PDT 2022


pscoro updated this revision to Diff 459457.
pscoro added a comment.

small fix to lit test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132146

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/MC/MCObjectWriter.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/include/llvm/MC/MCXCOFFStreamer.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/MC/MCXCOFFStreamer.cpp
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/aix-xcoff-exception-section-debug.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-exception-section.ll
  llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap-annotations-64bit.ll
  llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap-annotations.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132146.459457.patch
Type: text/x-patch
Size: 56560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/4a67eac8/attachment.bin>


More information about the llvm-commits mailing list