Unverified Commit 2f55056c authored by Mark Rowe's avatar Mark Rowe Committed by GitHub
Browse files

[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new linker (#88323)



Apple's new linker reports itself as ld rather than ld64 and does not
match the version detection regex.

Invert the logic to look only for older versions of ld64. This ensures
the runtime dylibs are left with a linker-generated code signature that
tools such as `strip` will preserve.

Co-authored-by: default avatarMark Rowe <markrowe@chromium.org>
parent 43d0891d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment