This is an archive of the discontinued LLVM Phabricator instance.

[darwin][compiler-rt] build libclang_rt.<os>sim.a Apple Silicon slice, if SDK supports it
AcceptedPublic

Authored by arphaman on Jul 29 2020, 8:12 PM.

Details

Reviewers
steven_wu
Summary

This change lets compiler-rt build the libclang_rt.<os>sim.a library with the arm64
Apple Silicon simulator slice by default, iff the relevant simulator SDK advertises
support for the arm64 arch in the SDKSettings.plist file.

Diff Detail

Event Timeline

arphaman created this revision.Jul 29 2020, 8:12 PM
arphaman requested review of this revision.Jul 29 2020, 8:12 PM
arphaman updated this revision to Diff 281963.Jul 30 2020, 9:42 AM

don't check if the SDK isn't present.

This revision is now accepted and ready to land.Aug 12 2020, 9:10 AM