[all-commits] [llvm/llvm-project] 63e65d: [lld-macho] Cache discovered framework paths

Keith Smiley via All-commits all-commits at lists.llvm.org
Wed Nov 3 11:25:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63e65de3ffc20eeadcbffe994cbe0ccd6ea4c4ed
      https://github.com/llvm/llvm-project/commit/63e65de3ffc20eeadcbffe994cbe0ccd6ea4c4ed
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
    M lld/MachO/Driver.cpp

  Log Message:
  -----------
  [lld-macho] Cache discovered framework paths

On our large iOS project this took a link from 1 minute 45 seconds to 45
seconds. For reference ld64 does the same link in ~20 seconds.

Reviewed By: #lld-macho, int3

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




More information about the All-commits mailing list