The command line syntax is identical to the -mharden-sls= command line
syntax for AArch64 targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Why is this restricted to v7-A or later? The DSB and ISB instructions have existed since v6T2 and v6M.
Comment Actions
This mitigation is never needed for M-class cores nor for v6T2.
By restricting it to v7-A it's simpler to explain in the diagnostic for which targets this is supported.
I thought that overall this was a better trade-off.