This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Remove "-android" from test_arch.
ClosedPublic

Authored by eugenis on Feb 21 2019, 4:19 PM.

Details

Summary

ASan and Scudo tests are adding "-android" to test arch.
There are no tests that depend on it as far as I can see.
If necessary, do this instead:

REQUIRES: aarch64-target-arch && android

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Feb 21 2019, 4:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 21 2019, 4:19 PM
Herald added subscribers: Restricted Project, cryptoad, kristof.beyls and 4 others. · View Herald Transcript
pcc accepted this revision.Feb 22 2019, 3:52 PM

LGTM

This revision is now accepted and ready to land.Feb 22 2019, 3:52 PM
This revision was automatically updated to reflect the committed changes.