[PATCH] D65159: [PowerPC][XCOFF] Adds support for writing the .bss section for object files.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 15:06:35 PDT 2019


This revision was automatically updated to reflect the committed changes.
sfertile marked an inline comment as done.
Closed by commit rL369454: Adds support for writing the .bss section for XCOFF object files. (authored by sfertile, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65159?vs=216176&id=216262#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65159

Files:
  llvm/trunk/include/llvm/BinaryFormat/XCOFF.h
  llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/trunk/include/llvm/MC/MCContext.h
  llvm/trunk/include/llvm/MC/MCSectionXCOFF.h
  llvm/trunk/include/llvm/MC/MCSymbolXCOFF.h
  llvm/trunk/include/llvm/MC/StringTableBuilder.h
  llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/trunk/lib/MC/MCContext.cpp
  llvm/trunk/lib/MC/MCObjectFileInfo.cpp
  llvm/trunk/lib/MC/MCXCOFFStreamer.cpp
  llvm/trunk/lib/MC/StringTableBuilder.cpp
  llvm/trunk/lib/MC/XCOFFObjectWriter.cpp
  llvm/trunk/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/trunk/test/CodeGen/PowerPC/aix-xcoff-common.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65159.216262.patch
Type: text/x-patch
Size: 29917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/7043c9df/attachment-0001.bin>


More information about the llvm-commits mailing list