[all-commits] [llvm/llvm-project] 7cac6a: [MC] Add MCAsmParser::parseComma to improve diagno...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue May 4 14:13:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cac6a9d7a1d637bf6a0701ec56c69d2b58fda69
https://github.com/llvm/llvm-project/commit/7cac6a9d7a1d637bf6a0701ec56c69d2b58fda69
Author: Fangrui Song <i at maskray.me>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/include/llvm/MC/MCParser/MCAsmParser.h
M llvm/lib/MC/MCParser/AsmParser.cpp
M llvm/test/MC/AsmParser/directive_dcb.s
M llvm/test/MC/ELF/cfi.s
Log Message:
-----------
[MC] Add MCAsmParser::parseComma to improve diagnostics
llvm-mc will error "expected comma" instead of "unexpected token".
More information about the All-commits
mailing list