This adds the LLVM side of https://reviews.llvm.org/D57602 -- the import_field attribute. See that patch for details.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM % comments
include/llvm/MC/MCSymbolWasm.h | ||
---|---|---|
36 ↗ | (On Diff #184788) | Should we make these both Optional to save some space? Since in the vast majority of cases they will not be set? It might be nice to be able to distinguish between MCSymbol with custom module names/fields and those without. |