[all-commits] [llvm/llvm-project] c56f5c: [AArch64][MC] Change "unexpected tokens in .xxx di...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 5 14:32:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c56f5c71cf987bd38b71a442677b7af4d1af41a1
https://github.com/llvm/llvm-project/commit/c56f5c71cf987bd38b71a442677b7af4d1af41a1
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-05 (Sun, 05 Jun 2022)
Changed paths:
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/test/MC/AArch64/arm64-directive_loh.s
M llvm/test/MC/AArch64/dot-req-diagnostics.s
Log Message:
-----------
[AArch64][MC] Change "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