[PATCH] D109660: [SystemZ] Recognize .machine directive in parser.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 00:29:29 PDT 2021


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

In D109660#2997903 <https://reviews.llvm.org/D109660#2997903>, @jonpa wrote:

> SystemZTargetStreamer added with derived and registered SystemZTargetAsmStreamer and SystemZTargetELFStreamer classes. The object TargetStreamer does not output anything in emitMachine(), which I don't think it should, or?

Yes, I agree this is correct .    Patch LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109660/new/

https://reviews.llvm.org/D109660



More information about the llvm-commits mailing list