[llvm] [z/OS][GOFF] Implement support for writing ESD + TXT records by the GOFFObjectWriter (PR #85851)

Neumann Hon via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 12:47:51 PDT 2024


================
@@ -18,10 +18,63 @@
 namespace llvm {
 
 class MCSymbolGOFF : public MCSymbol {
+  Align Alignment;
----------------
Everybody0523 wrote:

So I've noticed that the MCSymbol only retains alignment information for "common" symbols. Would it be appropriate for everything that ultimately becomes a ED or PR GOFFSymbol to be marked as common? I can't seem to find any information on what is meant by the MC API by a "common" symbol, unless that is a target-defined term in which case that should work fine. 

https://github.com/llvm/llvm-project/pull/85851


More information about the llvm-commits mailing list