[PATCH] D118498: [ELF] Change the search order for dependent libraries

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 11:21:15 PST 2022


MaskRay accepted this revision.
MaskRay added a subscriber: bd1976llvm.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks! There is some optimization we can make, e.g. if there is no path separator, don't bother with `searchLibraryBaseName`, but it may not justify the added code complexity.
@bd1976llvm would like to see smaller amount of code on this feature IIRC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118498/new/

https://reviews.llvm.org/D118498



More information about the llvm-commits mailing list