This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add command-line option for SSBS
ClosedPublic

Authored by pbarrio on Nov 27 2018, 11:05 AM.

Details

Summary

SSBS (Speculative Store Bypass Safe) is only mandatory from 8.5
onwards but is optional from Armv8.0-A. This patch adds testing for
the ssbs command line option, added to allow enabling the feature
in previous Armv8-A architectures to 8.5.

Diff Detail

Repository
rC Clang

Event Timeline

pbarrio created this revision.Nov 27 2018, 11:05 AM
This revision is now accepted and ready to land.Nov 28 2018, 3:43 AM
This revision was automatically updated to reflect the committed changes.