[all-commits] [llvm/llvm-project] fc8250: [AArch64][MC] Remove unneeded "in .xxx directive" ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 23 13:58:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc82507c895a11c2d3acfcc5fb0e547d7f42f88e
https://github.com/llvm/llvm-project/commit/fc82507c895a11c2d3acfcc5fb0e547d7f42f88e
Author: Fangrui Song <i at maskray.me>
Date: 2021-05-23 (Sun, 23 May 2021)
Changed paths:
M llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/test/MC/AArch64/directive-variant_pcs-err.s
Log Message:
-----------
[AArch64][MC] Remove unneeded "in .xxx directive" from diagnostics
The prevailing style does not add the message. The directive name is not useful
because the next line replicates the error line which includes the directive.
More information about the All-commits
mailing list