[all-commits] [llvm/llvm-project] c2419a: [lld-macho] Add option --error-limit=N

Greg McGary via All-commits all-commits at lists.llvm.org
Mon Apr 26 07:11:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2419aae762a040b4f7b5bc7b701444949e2d9f8
      https://github.com/llvm/llvm-project/commit/c2419aae762a040b4f7b5bc7b701444949e2d9f8
  Author: Greg McGary <gkm at fb.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/MachO/Options.td
    A lld/test/MachO/error-limit.test

  Log Message:
  -----------
  [lld-macho] Add option --error-limit=N

Add option to limit (or remove limits) on the number of errors printed before exiting. This option exists in the other lld ports: COFF & ELF.

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




More information about the All-commits mailing list