[PATCH] D98276: [AsmParser][SystemZ][z/OS] Introducing HLASM Parser support to AsmParser - Part 1
    Anirudh Prasad via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 10 12:49:26 PDT 2021
    
    
  
anirudhp marked 3 inline comments as done.
anirudhp added inline comments.
================
Comment at: llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp:1406
+
+        // We've confirmed that there is a Remark field.
+        StringRef Remark(getLexer().LexUntilEndOfStatement());
----------------
uweigand wrote:
> Should be skip the leading space(s), or are they intentionally part of the "remark"?
They are intentionally part of the "Remark" field.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98276/new/
https://reviews.llvm.org/D98276
    
    
More information about the llvm-commits
mailing list