This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Don't fail for unknown architectures
ClosedPublic

Authored by phosek on Nov 26 2019, 2:58 PM.

Details

Summary

When selecting the set of default sanitizers, don't fail for unknown
architectures. This may be the case e.g. with x86_64-unknown-fuchsia
-m32 target that's used to build the bootloader.

Diff Detail

Event Timeline

phosek created this revision.Nov 26 2019, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2019, 2:58 PM
leonardchan accepted this revision.Nov 26 2019, 6:49 PM
This revision is now accepted and ready to land.Nov 26 2019, 6:49 PM
This revision was automatically updated to reflect the committed changes.