Skip to content

Commit 8cb47ca

Browse files
committed
[NFC] Fix formatting for release notes
This was causing a build failure due to using the incorrect syntax for quoting.
1 parent 4f1549f commit 8cb47ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Changes to the AArch64 Backend
7676
* Added support for Cortex-A78AE, Cortex-A520AE, Cortex-A720AE,
7777
Cortex-R82AE, Neoverse-N3, Neoverse-V3 and Neoverse-V3AE CPUs.
7878

79-
* `-mbranch-protection=standard` now enables FEAT_PAuth_LR by
79+
* ``-mbranch-protection=standard`` now enables FEAT_PAuth_LR by
8080
default when the feature is enabled. The new behaviour results
81-
in `standard` being equal to `bti+pac-ret+pc` when `+pauth-lr`
82-
is passed as part of `-mcpu=`options.
81+
in ``standard`` being equal to ``bti+pac-ret+pc`` when ``+pauth-lr``
82+
is passed as part of ``-mcpu=`` options.
8383

8484
Changes to the AMDGPU Backend
8585
-----------------------------

0 commit comments

Comments
 (0)