[PATCH] D110464: [lld-macho][nfc] Added some notes on deliberate differences btw LLD vs LD64
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 18:47:43 PDT 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lld/MachO/ld64-vs-lld.rst:12
+- LD64:
+ * Duplicate ObjC symbols from the same archives is not an error. It will pick the first one.
+ * Duplicate ObjC symbols from different archives will raise a "duplicate symbol" error.
----------------
It -> LD64 for clarity
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110464/new/
https://reviews.llvm.org/D110464
More information about the llvm-commits
mailing list