This is an archive of the discontinued LLVM Phabricator instance.

Fix android-x86 library name in asan_device_setup.
ClosedPublic

Authored by eugenis on Apr 14 2021, 1:15 PM.

Details

Summary

https://reviews.llvm.org/D26764 removed i686 variants of compiler-rt
libraries and canonicalized the i386 name.

https://reviews.llvm.org/D37278 partially reverted the previous change
to keep i686 name on Android, but did not update asan_device_setup
script.

This changes fixes asan_device_setup.

Diff Detail

Event Timeline

eugenis created this revision.Apr 14 2021, 1:15 PM
eugenis requested review of this revision.Apr 14 2021, 1:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2021, 1:15 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
hans accepted this revision.Apr 19 2021, 2:10 AM
This revision is now accepted and ready to land.Apr 19 2021, 2:10 AM
This revision was automatically updated to reflect the committed changes.