This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Fix --hash-style choice for Android.
ClosedPublic

Authored by danalbert on Oct 10 2018, 5:25 PM.

Details

Summary

Android supports GNU style hashes as of Marshmallow, so we should be
generating both styles for pre-M targets and GNU hashes for newer
targets.

Diff Detail

Repository
rL LLVM

Event Timeline

danalbert created this revision.Oct 10 2018, 5:25 PM
srhines accepted this revision.Oct 10 2018, 6:28 PM
This revision is now accepted and ready to land.Oct 10 2018, 6:28 PM
This revision was automatically updated to reflect the committed changes.