Skip to content

Commit 5871969

Browse files
committed
[libc++][NFC] Fix release note indentation
1 parent 07276e4 commit 5871969

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libcxx/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ Build System Changes
153153
154154
$ cmake -S <monorepo>/runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" <LIBCXX-OPTIONS> <LIBCXXABI-OPTIONS>
155155
156-
- Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
157-
for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
158-
a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
159-
your bootstrapping build:
156+
- Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
157+
for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
158+
a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
159+
your bootstrapping build:
160160

161-
.. code-block:: bash
161+
.. code-block:: bash
162162
163-
-DLLVM_RUNTIME_TARGETS=i386-unknown-linux
163+
-DLLVM_RUNTIME_TARGETS=i386-unknown-linux

0 commit comments

Comments
 (0)