[llvm] [z/OS][GOFF] Implement support for writing ESD + TXT records by the GOFFObjectWriter (PR #85851)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 06:51:33 PDT 2024
================
@@ -18,10 +18,63 @@
namespace llvm {
class MCSymbolGOFF : public MCSymbol {
+ Align Alignment;
+
+ mutable StringRef AliasName; // ADA indirect
----------------
uweigand wrote:
See comments on Alias handling in general. I think this would be better postponed to a separate PR.
https://github.com/llvm/llvm-project/pull/85851
More information about the llvm-commits
mailing list