[PATCH] D81104: [XCOFF][AIX] report_fatal_error when an overflow section is needed

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 07:38:25 PDT 2020


daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:748
+          report_fatal_error(
+              "relocation entries overflowed; overflow section is "
+              "not implemented yet");
----------------
nit: Capitalization and period.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81104/new/

https://reviews.llvm.org/D81104





More information about the llvm-commits mailing list