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

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 12:22:31 PDT 2022


delcypher added a comment.

In D123475#3443283 <https://reviews.llvm.org/D123475#3443283>, @kubamracek wrote:

> + more Apple folks
>
> 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.

For our own internal CI I don't think this change should cause problems. I'm not sure about the public CI (http://lab.llvm.org:8080/green/). The page says:

  Builders are running macOS Catalina 10.15.5 (19F101) with Xcode 11.5 (11E608c). System tools: clang-1103.0.32.62, ld64-556.6

If this information is accurate it might cause problems but I'm not sure if this up-to-date.


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

https://reviews.llvm.org/D123475



More information about the llvm-commits mailing list