This is an archive of the discontinued LLVM Phabricator instance.

[CompilerRT] Remove sanitizer support for i386 iossim
ClosedPublic

Authored by usama54321 on Jan 11 2023, 11:54 AM.

Details

Summary

This patch removes building sanitizers for i386 iossim. This is to reduce the toolchain size.

Diff Detail

Event Timeline

usama54321 created this revision.Jan 11 2023, 11:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 11:54 AM
Herald added a subscriber: Enna1. · View Herald Transcript
usama54321 requested review of this revision.Jan 11 2023, 11:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 11:54 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
usama54321 added a reviewer: jkorous.
yln accepted this revision.Jan 11 2023, 12:52 PM

Looks harmless enough.

compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
148

If we anticipate to also drop the slice for tvossim and watchossim, then we could add this to the above if.

This revision is now accepted and ready to land.Jan 11 2023, 12:52 PM