[PATCH] D29104: Add !associated metadata.
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 16:02:29 PST 2017
eugenis added inline comments.
================
Comment at: include/llvm/MC/MCSectionELF.h:95
+
+ const MCSymbol *getAssociatedSymbol() const { return AssociatedSymbol; }
----------------
pcc wrote:
> I don't quite follow why you need to change this from storing a section to a symbol.
Because we need the symbol name when printing textual assembly.
Repository:
rL LLVM
https://reviews.llvm.org/D29104
More information about the llvm-commits
mailing list