[all-commits] [llvm/llvm-project] 5eedc0: [ARM, AArch64] Fix a comment typo. NFC.

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Aug 5 23:24:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eedc01a82436f3c4cc9da1db62d850fec35d62b
      https://github.com/llvm/llvm-project/commit/5eedc01a82436f3c4cc9da1db62d850fec35d62b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h

  Log Message:
  -----------
  [ARM, AArch64] Fix a comment typo. NFC.


  Commit: f5e6fbac24f198d075a7c4bc0879426e79040bcf
      https://github.com/llvm/llvm-project/commit/f5e6fbac24f198d075a7c4bc0879426e79040bcf
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
    A llvm/test/MC/AArch64/coff-relocations-diags.s

  Log Message:
  -----------
  [AArch64] [Windows] Error out on unsupported symbol locations

These might occur in seemingly generic assembly. Previously when
targeting COFF, they were silently ignored, which certainly won't
give the right result. Instead clearly error out, to make it clear
that the assembly needs to be adjusted for this target.

Also change a preexisting report_fatal_error into a proper error
message, pointing out the offending source instruction. This isn't
strictly an internal error, as it can be triggered by user input.

Differential Revision: https://reviews.llvm.org/D85242


Compare: https://github.com/llvm/llvm-project/compare/92f1f1e40d4c...f5e6fbac24f1


More information about the All-commits mailing list