[all-commits] [llvm/llvm-project] 551792: [XCOFF][NFC] make csect properties optional for ge...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Wed Feb 17 17:52:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5517923b1cacf3e0ace438fd536b333940c3153d
https://github.com/llvm/llvm-project/commit/5517923b1cacf3e0ace438fd536b333940c3153d
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/XCOFF.h
M llvm/include/llvm/MC/MCContext.h
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/MC/MCContext.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Log Message:
-----------
[XCOFF][NFC] make csect properties optional for getXCOFFSection
We are going to support debug sections for XCOFF. So the csect
properties are not necessary. This patch makes these properties
optional.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D95931
More information about the All-commits
mailing list