[PATCH] D98276: [AsmParser][SystemZ][z/OS] Introducing HLASM Parser support to AsmParser - Part 1
    Kai Nacke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Apr 21 11:26:12 PDT 2021
    
    
  
Kai added inline comments.
================
Comment at: llvm/include/llvm/MC/MCAsmInfo.h:134
+  /// Should we emit the '\t' as the starting indentation marker for GNU inline
+  /// asm statements. Defaults to false.
+  bool EmitGNUAsmStartIndentationMarker = true;
----------------
The comment contradicts the source below.
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