[llvm] [SystemZ][z/OS] Implement yaml2obj for GOFF Object File Format (PR #71445)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 00:35:59 PST 2023
================
@@ -73,6 +73,22 @@ raw_ostream &operator<<(raw_ostream &OS, const yaml::BinaryRef &Data) {
// physical records are created for the data. Possible fill bytes at the end of
// a physical record are written automatically.
class GOFFOstream : public raw_ostream {
+
----------------
jh7370 wrote:
Nit: no blank line here to start the class.
https://github.com/llvm/llvm-project/pull/71445
More information about the llvm-commits
mailing list