[PATCH] D89012: [lld-macho] Support linking against stub dylibs
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 21:05:06 PST 2020
int3 added inline comments.
================
Comment at: lld/test/MachO/dylib-stub.yaml:25
+
+#--- fat.dylib.yaml
+--- !fat-mach-o
----------------
smeenai wrote:
> Any reason to prefer a universal binary with a single architecture to just a regular binary?
The stub dylibs bundled with XCode all seem to be contained within a universal binary (probably generated by some non-public version of `lipo`), so I figured this would be a more representative test case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89012/new/
https://reviews.llvm.org/D89012
More information about the llvm-commits
mailing list