[PATCH] D110730: [SystemZ][z/OS] Introduce initial support for GOFF asm parser

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 10:39:09 PDT 2021


Kai requested changes to this revision.
Kai added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/unittests/MC/SystemZ/SystemZAsmLexerTest.cpp:128
+
+class SystemZAsmLexerZOS : public SystemZAsmLexerTest {
+protected:
----------------
The name should be `SystemZAsmLexerzOS` - as the name of the OS is z/OS.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110730



More information about the llvm-commits mailing list