[llvm] [SystemZ][z/OS] Implement executePostLayoutBinding for GOFFObjectWriter (PR #67868)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 11:14:45 PDT 2023


================
@@ -134,6 +134,9 @@ class MCAssembler {
   /// List of declared file names
   std::vector<std::pair<std::string, size_t>> FileNames;
 
+  /// GOFF Csect names.
+  std::pair<std::string, std::string> CsectNames;
----------------
diggerlin wrote:

you add a new `CsectNames` here , I can not find the code of set or initiate the value of the variable, do I miss some code?

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


More information about the llvm-commits mailing list