[all-commits] [llvm/llvm-project] 8c911f: [ARM][MC] Change EndOfStatement "unexpected tokens...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 5 14:54:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c911f8e9ae824d78930ac4fdc9ad4084a9098f2
https://github.com/llvm/llvm-project/commit/8c911f8e9ae824d78930ac4fdc9ad4084a9098f2
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-05 (Sun, 05 Jun 2022)
Changed paths:
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/test/MC/ARM/directive-thumb_func.s
M llvm/test/MC/ARM/directive-tlsdescseq-diagnostics.s
M llvm/test/MC/ARM/directive_parsing.s
Log Message:
-----------
[ARM][MC] Change EndOfStatement "unexpected tokens in .xxx directive " to "expected newline"
The directive name is not useful because the next line replicates the error line
which includes the directive. The prevailing style uses "expected newline".
More information about the All-commits
mailing list