[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:57:20 PDT 2021
    
    
  
int3 added a comment.
> For context our project is a huge iOS application with on the order of thousands of static libraries, and many iOS system framework + system library dependencies. Is this a case you've benchmarked?
I'm not sure how many static libraries our iOS applications have, but I'll get back to you when I've run the numbers. One guess is that you guys might be using a lot more Swift than we do, and swiftc makes extensive use of `LC_LINKER_OPTION`, which might explain why there are so many flags to parse / paths to search.
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