[all-commits] [llvm/llvm-project] f79e65: [lld-macho] Cache library paths from findLibrary
Keith Smiley via All-commits
all-commits at lists.llvm.org
Wed Nov 3 10:07:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f79e65e61fafedd439cbc120b2461fab831127f5
https://github.com/llvm/llvm-project/commit/f79e65e61fafedd439cbc120b2461fab831127f5
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 library paths from findLibrary
On top of https://reviews.llvm.org/D113063 this took another 10 seconds
off our overall link time.
Reviewed By: #lld-macho, int3
Differential Revision: https://reviews.llvm.org/D113073
More information about the All-commits
mailing list