[all-commits] [llvm/llvm-project] f20422: [lld-macho] Implement -ignore_auto_link

Keith Smiley via All-commits all-commits at lists.llvm.org
Sat Oct 8 22:03:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f204229e4573a7a5bb2fcef747a012f306637818
      https://github.com/llvm/llvm-project/commit/f204229e4573a7a5bb2fcef747a012f306637818
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2022-10-08 (Sat, 08 Oct 2022)

  Changed paths:
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/Options.td
    M lld/test/MachO/lc-linker-option.ll

  Log Message:
  -----------
  [lld-macho] Implement -ignore_auto_link

This option is really only useful for things like debugging
https://github.com/llvm/llvm-project/issues/56939, but there are some
actual uses of it in Swift's build system as well.

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




More information about the All-commits mailing list