[PATCH] D66032: [AIX][MC][NFC] Explicitly set containing csects on XCOFF Symbols
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 09:11:40 PDT 2019
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/include/llvm/MC/MCSymbolXCOFF.h:40
+ assert((!ContainingCsect || ContainingCsect == C) &&
+ "Trying to set a contain csect that doesn't match the one that this "
+ "symbol is already mapped to.");
----------------
s/contain/containing/;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66032/new/
https://reviews.llvm.org/D66032
More information about the llvm-commits
mailing list