[all-commits] [llvm/llvm-project] eb23cc: [AIX][XCOFF] Supporting the ReadOnlyWithRel Sectio...
diggerlin via All-commits
all-commits at lists.llvm.org
Tue Jan 14 10:22:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eb23cc136b68b24e63dd765b87d1facecd622695
https://github.com/llvm/llvm-project/commit/eb23cc136b68b24e63dd765b87d1facecd622695
Author: diggerlin <digger.llvm at gmail.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
A llvm/test/CodeGen/PowerPC/aix-readonly-with-relocation.ll
Log Message:
-----------
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
SUMMARY:
In this patch we put the global variable in a Csect which's SectionKind is "ReadOnlyWithRel" into Data Section.
Reviewers: hubert.reinterpretcast,jasonliu,Xiangling_L
Subscribers: wuzish, nemanjai, hiraditya
Differential Revision: https://reviews.llvm.org/D72461
More information about the All-commits
mailing list