[PATCH] D93001: [lld-macho] Don't load dylibs more than once
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 16:29:00 PST 2020
thakis added a comment.
Now that I look at PR48393 again, this gets `-framework CoreFoundation -weak_framework CoreFoundation -framework CoreFoundation` wrong: CoreFoundation should be linked weakly in that case, but with this patch I think it doesn't. (Sorry for only noticing after you committed.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93001/new/
https://reviews.llvm.org/D93001
More information about the llvm-commits
mailing list