[all-commits] [llvm/llvm-project] 11b762: [lld/mac] Implement basic typo correction for flags

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Nov 24 08:34:20 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11b76258331659daa57e15fe86c1f1234267a78d
      https://github.com/llvm/llvm-project/commit/11b76258331659daa57e15fe86c1f1234267a78d
  Author: Nico Weber <thakis at chromium.org>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
    M lld/COFF/DriverUtils.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/MachO/DriverUtils.cpp
    M lld/test/MachO/color-diagnostics.test
    A lld/test/MachO/driver.test
    M lld/test/MachO/silent-ignore.test

  Log Message:
  -----------
  [lld/mac] Implement basic typo correction for flags

Also use "unknown flag 'flag'" instead of "unknown flag: flag" for
consistency with the other ports.

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




More information about the All-commits mailing list