[PATCH] D96164: [lld-macho] add code signature for native arm64 macOS

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 18:42:52 PST 2021


thakis added a comment.

I think `codesign -s` also doesn't set the magic "codesigned by linker" bit that makes strip etc work better (and if doesn't work in cross builds from non-mac hosts). I kind of agree that putting this in as is isn't super useful.

(Don't know if you've seen it, but golang has a from scratch impl of this for 1.16 -- and there's ld64 too of course.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96164/new/

https://reviews.llvm.org/D96164



More information about the llvm-commits mailing list