[llvm] [SystemZ][z/OS] TXT records in the GOFF reader (PR #74526)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 01:20:36 PST 2023


================
@@ -73,6 +73,27 @@ class Record {
   }
 };
 
+class TXTRecord : public Record {
+public:
+  /// \brief Maximum length of data; any more must go in continuation.
+  static const uint8_t TXTMaxDataLength = 56;
+
+  // Get routines.
----------------
jh7370 wrote:

This comment doesn't add anything: get rid of it.

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


More information about the llvm-commits mailing list