[PATCH] D109567: [XCOFF] Fix the program abortion issue.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 01:30:58 PDT 2021
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Object/XCOFFObjectFile.cpp:296
- const uint8_t * ContentStart = base() + OffsetToRaw;
+ const uint8_t *ContentStart = base() + OffsetToRaw;
uint64_t SectionSize = getSectionSize(Sec);
----------------
Fix this in a separate NFC commit. No need for a review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109567/new/
https://reviews.llvm.org/D109567
More information about the llvm-commits
mailing list