- Move computation of systemLibraryRoots into a separate function, so we can add more functionality to it without things becoming unwieldy
 - Have getSearchPaths and related functions return by value instead of by output parameter. NRVO should ensure that performance is unaffected.
 
Details
Details
- Reviewers
 smeenai - Group Reviewers
 Restricted Project - Commits
 - rGca8752a793f1: [lld-macho][NFC] Refactor syslibroot / library path lookup
 
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo