[PATCH] D115092: [lld-macho] Unreferenced weak dylib symbols shouldn't fetch archive symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 9 22:45:56 PST 2022


MaskRay added a comment.

Question: do all these tests match ld64 behavior? I think the weak-dylib condition is quite nice now because its rules are commutative.

> `## (Weak) archive symbols have the same precedence as dylib symbols.`

Non-weak-dylib looks a bit odd as it is not commutative.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115092



More information about the llvm-commits mailing list