This is an archive of the discontinued LLVM Phabricator instance.

[asan] Fallback to non-ifunc dynamic shadow on android<22.
ClosedPublic

Authored by eugenis on Nov 15 2017, 6:40 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Nov 15 2017, 6:40 PM
eugenis updated this revision to Diff 123123.Nov 15 2017, 6:47 PM

Changed condition to <21.

API 21 is known to be broken with ASan, but it's OK to target it as the minimum API level, and it means the ifunc is supported.

pcc accepted this revision.Nov 15 2017, 6:47 PM

LGTM

This revision is now accepted and ready to land.Nov 15 2017, 6:47 PM
This revision was automatically updated to reflect the committed changes.