This is an archive of the discontinued LLVM Phabricator instance.

Align with new GCC options for x86 Android
ClosedPublic

Authored by volkalexey on Jun 25 2014, 5:11 AM.

Details

Summary

GCC default options for x86 Android were recently changed:
32-bit: replace -msse3 by -mssse3
64-bit: setup default options as -msse4.2 -mpopcnt
This patch adds these features for Android target.

Diff Detail

Repository
rL LLVM

Event Timeline

volkalexey updated this revision to Diff 10825.Jun 25 2014, 5:11 AM
volkalexey retitled this revision from to Align with new GCC options for x86 Android.
volkalexey updated this object.
volkalexey edited the test plan for this revision. (Show Details)
volkalexey added a reviewer: eugenis.
volkalexey set the repository for this revision to rL LLVM.
volkalexey added a subscriber: Unknown Object (MLST).
eugenis accepted this revision.Jun 25 2014, 5:13 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 25 2014, 5:13 AM
volkalexey closed this revision.Jun 25 2014, 5:23 AM
volkalexey updated this revision to Diff 10828.

Closed by commit rL211688 (authored by volkalex).