[PATCH] D65159: [PowerPC][XCOFF] Adds support for writing the .bss section for object files.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 13:50:32 PDT 2019
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/include/llvm/MC/MCSymbolXCOFF.h:27
+private:
+ XCOFF::StorageClass StorageClass;
};
----------------
If possible, we should have this initialized in the constructor. Failing that, we should use have a way to check that it has been initialized and assert in the accessor when it is not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65159/new/
https://reviews.llvm.org/D65159
More information about the llvm-commits
mailing list