[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
    
    
  
================
@@ -136,6 +136,9 @@ class MCAssembler {
   // Optional compiler version.
   std::string CompilerVersion;
 
+  /// GOFF Csect names.
+  std::pair<std::string, std::string> CsectNames;
----------------
uweigand wrote:
This seems to be never set to anything.
https://github.com/llvm/llvm-project/pull/85851
    
    
More information about the llvm-commits
mailing list