[PATCH] D99609: [AsmParser] Recognize more escaped characters between single quotes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 12:01:44 PDT 2021


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

LGTM.



================
Comment at: llvm/test/MC/AsmParser/directive_values.s:57
 # CHECK:        .byte   99
 # CHECK:        .byte   39
 # CHECK:        .byte   92
----------------
Consider `CHECK-NEXT:`. We want to make sure the parser consumes newlines correctly and does not insert extra newlines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99609



More information about the llvm-commits mailing list