[PATCH] D69112: [NFC][XCOFF][AIX] Serialize object file writing for each CsectGroup
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 10:52:27 PDT 2019
daltenty added inline comments.
================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:120
+ // initialized.
+ static constexpr int16_t UninitializedIndex = -3;
+
----------------
Should we specify this relative to XCOFF::N_DEBUG?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69112/new/
https://reviews.llvm.org/D69112
More information about the llvm-commits
mailing list