[all-commits] [llvm/llvm-project] 3d473a: [MC] Remove unneeded "in '.xxx' directive" from di...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue May 4 13:30:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d473ae72ea3f1bff6db6a3ebc226f3032cf530d
      https://github.com/llvm/llvm-project/commit/3d473ae72ea3f1bff6db6a3ebc226f3032cf530d
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/test/MC/AsmParser/AArch64/directive-parse-err.s
    M llvm/test/MC/AsmParser/equ.s
    M llvm/test/MC/AsmParser/exprs-invalid.s
    M llvm/test/MC/AsmParser/floating-literals.s
    M llvm/test/MC/COFF/cv-fpo-errors.s
    M llvm/test/MC/ELF/cfi.s
    M llvm/test/MC/ELF/lto-discard.s
    M llvm/test/MC/Hexagon/data-directives-invalid.s
    M llvm/test/MC/Mips/asciiz-directive-bad.s
    M llvm/test/MC/RISCV/data-directives-invalid.s

  Log Message:
  -----------
  [MC] Remove unneeded "in '.xxx' directive" from diagnostics

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