[PATCH] D95518: [Debug-Info][XCOFF] support dwarf for XCOFF in assembly path

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 20:25:31 PST 2021


shchenz updated this revision to Diff 321642.
shchenz added a comment.

address @ikudrin and @hubert.reinterpretcast comments:
1: don't check streamer type in general codes.
2: use `.set` for debug line reference across sections.
3: group csect properties and make them optional when create a new xcoff section.
4: format fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95518

Files:
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/include/llvm/MC/MCAsmStreamer.h
  llvm/include/llvm/MC/MCContext.h
  llvm/include/llvm/MC/MCDwarf.h
  llvm/include/llvm/MC/MCObjectStreamer.h
  llvm/include/llvm/MC/MCSectionXCOFF.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/MC/MCAsmInfoXCOFF.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCContext.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/MC/MCSectionXCOFF.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/MC/MCSymbolXCOFF.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/PowerPC/aix-alias.ll
  llvm/test/DebugInfo/XCOFF/empty.ll
  llvm/test/DebugInfo/XCOFF/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95518.321642.patch
Type: text/x-patch
Size: 56361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210205/3517ac04/attachment.bin>


More information about the llvm-commits mailing list