[PATCH] D104353: [lld-macho] Avoid force-loading the same archive twice

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 13:42:49 PDT 2021


int3 added a comment.

Yeah as mentioned in my inline comment, my experiments show that ld64 treats symlinks as distinct inputs. But @thakis seems to think its otherwise, so we'll see...

If symlinks are distinct, then hardlinks should be distinct too, and that seems to hold up. I'll update the diff to show my test cases, which pass both with LLD and ld64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104353



More information about the llvm-commits mailing list