[all-commits] [llvm/llvm-project] e0963a: [AsmParser] make .ascii support spaces as separators

Jian Cai via All-commits all-commits at lists.llvm.org
Sun Dec 20 22:45:12 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0963ae274be5b071d1e1b00f5e4e019483c09e9
      https://github.com/llvm/llvm-project/commit/e0963ae274be5b071d1e1b00f5e4e019483c09e9
  Author: Jian Cai <caij2003 at gmail.com>
  Date:   2020-12-20 (Sun, 20 Dec 2020)

  Changed paths:
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/test/MC/AsmParser/directive_ascii.s

  Log Message:
  -----------
  [AsmParser] make .ascii support spaces as separators

Currently the integrated assembler only allows commas as the separator
between string arguments in .ascii. This patch adds support to using
space as separators and make IAS consistent with GNU assembler.

Link: https://github.com/ClangBuiltLinux/linux/issues/1196

Reviewed By: nickdesaulniers, jrtc27

Differential Revision: https://reviews.llvm.org/D91460




More information about the All-commits mailing list