[PATCH] D123475: [compiler-rt] Stop explictly ad-hoc signing compiler-rt dylibs in apple builds

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


thakis added a comment.

> Makes sense, the only thing I can think of is if someone wants to build compiler-rt with older Xcode/SDKs. Not sure if we care about that.

wants to build compiler-rt *for iOS* with older Xcode/SDKs, right? Mac/Intel doesn't care about the signature, and Mac/Arm requires Xcode 12+ to be able to target it at all.

I don't know if that's something people do.

I guess we can land this and put it back behind an option if it turns out someone does need it?


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

https://reviews.llvm.org/D123475



More information about the llvm-commits mailing list