[PATCH] D98446: [lld-macho] Only codesign by default on arm64 macOS
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 13:16:26 PST 2021
int3 added inline comments.
================
Comment at: lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd:31
--- !tapi-tbd-v3
archs: [ i386, x86_64 ]
+uuids: [ 'i386: 00000000-0000-0000-0000-000000000006', 'x86_64: 00000000-0000-0000-0000-000000000007' ]
----------------
gkm wrote:
> Why doesn't this one get arm64?
I was lazy to update something that's supposed to be inaccessible anyway. But I guess it's nice to make things uniform
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98446/new/
https://reviews.llvm.org/D98446
More information about the llvm-commits
mailing list