[PATCH] D72027: [XCOFF][AIX] Support basic relocation type on AIX

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 09:06:08 PST 2020


daltenty added inline comments.


================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:707
+    RawPointer += RelocationSizeInSec;
+    assert(RelocationSizeInSec <= UINT32_MAX &&
+           "Relocation for the current section is overflowed.");
----------------
These asserts are not meaningful, we are just going to wrap.


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

https://reviews.llvm.org/D72027





More information about the llvm-commits mailing list