Skip to content

Commit

Permalink
[NFC] Fix formatting for release notes
Browse files Browse the repository at this point in the history
This was causing a build failure due to using the incorrect syntax
for quoting.
  • Loading branch information
Stylie777 committed Apr 30, 2024
1 parent 313c69e commit b37f6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Changes to the AArch64 Backend
* Added support for Cortex-A78AE, Cortex-A520AE, Cortex-A720AE,
Neoverse-N3, Neoverse-V3 and Neoverse-V3AE CPUs.

* `-mbranch-protection=standard` now enables FEAT_PAuth_LR by
* ``-mbranch-protection=standard`` now enables FEAT_PAuth_LR by
default when the feature is enabled. The new behaviour results
in `standard` being equal to `bti+pac-ret+pc` when `+pauth-lr`
is passed as part of `-mcpu=`options.
in ``standard`` being equal to ``bti+pac-ret+pc`` when ``+pauth-lr``
is passed as part of ``-mcpu=``options.
Changes to the AMDGPU Backend
-----------------------------
Expand Down

0 comments on commit b37f6e9

Please sign in to comment.