[PATCH] D113073: [lld-macho] Cache library paths from findLibrary
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 07:53:39 PDT 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lld/MachO/Driver.cpp:1093
+ resolvedLibraries.clear();
concatOutputSections.clear();
----------------
ultra nit: can we make sure `resolvedLibraries.clear()` is next to `resolvedFrameworks.clear()`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113073/new/
https://reviews.llvm.org/D113073
More information about the llvm-commits
mailing list