[PATCH] D119294: [lld-macho] -flat_namespace for dylibs should make all externs interposable
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 14:21:08 PDT 2022
int3 added inline comments.
================
Comment at: lld/test/MachO/flat-namespace-interposable.s:50
+.weak_definition _weak_extern
+
+_extern:
----------------
MaskRay wrote:
> add .private_extern test
whoops, I'd indeed forgotten to handle this case in the code. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119294/new/
https://reviews.llvm.org/D119294
More information about the llvm-commits
mailing list