[PATCH] D67125: [PowerPC][AIX] Adds support for writing the data section in object files
Xing Xue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 14:13:17 PDT 2019
xingxue updated this revision to Diff 219434.
xingxue added a comment.
Addressed comments:
- use `csects` in comment.
- use section storage class from `CSection`.
- set the section start address as the address after the previous section.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67125/new/
https://reviews.llvm.org/D67125
Files:
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67125.219434.patch
Type: text/x-patch
Size: 14377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/2cf60459/attachment.bin>
More information about the llvm-commits
mailing list