[PATCH] D123475: [compiler-rt] Stop explictly ad-hoc signing compiler-rt dylibs in apple builds if ld is new enough

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 17:44:53 PDT 2022


thakis added a comment.

Looks like those bots do build for iossim, thanks for pointing this out.

I tweaked this so that it omits the codesign invocation only if ld64 is new enough. That makes it so that the dylib can be stripped as long as LLVM is built with a new-enough Xcode, and one day we can remove the whole block. How does that look?


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

https://reviews.llvm.org/D123475



More information about the llvm-commits mailing list