[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
Wed Apr 13 06:01:42 PDT 2022
thakis added a comment.
Looking through https://green.lab.llvm.org/green/view/Sanitizer%20CI/job/clang-san-iossim/ (the only bot I could find building compiler-rt for iOS), all its builds seem to run on https://green.lab.llvm.org/green/computer/green-dragon-08/, which does have Xcode 13 according to the web interface.
So maybe just removing this is fine after all?
But happy to keep it in as-is for a while too, let me know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123475/new/
https://reviews.llvm.org/D123475
More information about the llvm-commits
mailing list