This is an archive of the discontinued LLVM Phabricator instance.

[GWP-ASan] Removed unittests from Android build.
ClosedPublic

Authored by hctim on Jun 7 2019, 12:15 PM.

Details

Summary

Longstanding issues in the Android test runner means that compiler-rt unit
tests don't work on Android due to libc++ link-time issues. Looks like the
exported libc++ from the Android NDK is x86-64, even though it's part of the
ARM[64] toolchain... See similar measures for ASan and sanitizer-common that
disable unit tests for Android.

Should fully fix the Android bots (@vlad.tsyrklevich).

Diff Detail

Repository
rL LLVM

Event Timeline

hctim created this revision.Jun 7 2019, 12:15 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 7 2019, 12:15 PM
Herald added subscribers: llvm-commits, Restricted Project, kristof.beyls and 4 others. · View Herald Transcript
vitalybuka accepted this revision.Jun 7 2019, 12:25 PM
This revision is now accepted and ready to land.Jun 7 2019, 12:25 PM
This revision was automatically updated to reflect the committed changes.