[PATCH] D95931: [XCOFF] [NFC] make csect properties optional when create a new section

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 01:48:15 PST 2021


shchenz created this revision.
shchenz added reviewers: hubert.reinterpretcast, jasonliu, jsji, daltenty, PowerPC.
Herald added subscribers: kbarton, hiraditya, nemanjai.
shchenz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is from the review of D95518 <https://reviews.llvm.org/D95518>. 
Per @hubert.reinterpretcast comments, we should make csect properties optional as they are not used by newly introduced debug sections in D95518 <https://reviews.llvm.org/D95518>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95931

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/MC/MCContext.h
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCContext.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95931.321028.patch
Type: text/x-patch
Size: 12230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/04b94818/attachment.bin>


More information about the llvm-commits mailing list