diff options
author | diggerlin <digger.llvm@gmail.com> | 2019-12-06 12:41:38 -0500 |
---|---|---|
committer | diggerlin <digger.llvm@gmail.com> | 2019-12-06 12:41:38 -0500 |
commit | 50d72fa1461b71d898237f3ce19ab367d0508c87 (patch) | |
tree | d21aef48eb45d55b11f6ad3cbb654c2e7054cfb8 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 79f8c20e2cb634c1b8e42f01b42fc5ab2a512d60 (diff) | |
download | llvm-50d72fa1461b71d898237f3ce19ab367d0508c87.zip llvm-50d72fa1461b71d898237f3ce19ab367d0508c87.tar.gz llvm-50d72fa1461b71d898237f3ce19ab367d0508c87.tar.bz2 |
[NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write any data into sections
SUMMARY:
if the size of Csect is zero, the Csect do not need write any data into sections
for example, the TOC Csect has zero size, it do not need invoke a
Asm.writeSectionData(W.OS, Csect.MCCsect, Layout);
Reviewers: daltenty
Subscribers: rupprecht, seiyai,hiraditya
Differential Revision: https://reviews.llvm.org/D71120
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions