[PATCH] D91460: [AsmParser] make .ascii support spaces as separators
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 21:53:17 PST 2021
MaskRay added inline comments.
================
Comment at: llvm/lib/MC/MCParser/AsmParser.cpp:3019
+ // Only support spaces as separators for .ascii directive for now. See the
+ // discusssion at https://reviews.llvm.org/D91460 for more details
+ do {
----------------
A complete sentence needs a period.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91460/new/
https://reviews.llvm.org/D91460
More information about the llvm-commits
mailing list