[PATCH] D67125: [PowerPC][AIX] Adds support for writing the data section in object files
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 18:50:07 PDT 2019
hubert.reinterpretcast added a comment.
The lack of testing with regards to what gets written for the raw data of the `.data` XCOFF section ought to be addressed. At the very least, some testing of the `.data` section header (especially the length) should be present. Proper testing should also verify what the base virtual address associated with the `.bss` section is.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67125/new/
https://reviews.llvm.org/D67125
More information about the llvm-commits
mailing list