[llvm] [GOFF] Emit symbols for functions. (PR #144437)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 11:29:10 PST 2025
================
@@ -39,14 +51,46 @@ class MCSymbolGOFF : public MCSymbol {
modifyFlags(SF_LD, SF_LD);
LDAttributes = Attr;
}
- GOFF::LDAttr getLDAttributes() const { return LDAttributes; }
+ const GOFF::LDAttr &getLDAttributes() const { return LDAttributes; }
+ GOFF::LDAttr &getLDAttributes() { return LDAttributes; }
----------------
redstar wrote:
Good question. But function is gone now...
https://github.com/llvm/llvm-project/pull/144437
More information about the llvm-commits
mailing list