[llvm] [MC][SystemZ] Introduce Target Specific HLASM Streamer for z/OS (PR #130535)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 06:07:56 PDT 2025
https://github.com/uweigand approved this pull request.
LGTM, thanks! It would be nice, now that you're adding a `SystemZTargetStreamer.cpp` file, to move the other TargetStreamer methods out of SystemZMCTargetDesc.cpp. The `SystemZTargetStreamer::emitConstantPools` routine should go to the new .cpp file; the `SystemZTargetAsmStreamer` and `SystemZTargetELFStreamer` classes should go to the .h file. (And the former should now probably be renamed to `SystemZTargetGNUAsmStreamer`.)
https://github.com/llvm/llvm-project/pull/130535
More information about the llvm-commits
mailing list