[libcxx-commits] [libcxx] 5871969 - [libc++][NFC] Fix release note indentation

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 6 10:44:36 PST 2021


Author: Louis Dionne
Date: 2021-12-06T13:44:15-05:00
New Revision: 5871969048e4bb62efc97f25a8038604501ecead

URL: https://github.com/llvm/llvm-project/commit/5871969048e4bb62efc97f25a8038604501ecead
DIFF: https://github.com/llvm/llvm-project/commit/5871969048e4bb62efc97f25a8038604501ecead.diff

LOG: [libc++][NFC] Fix release note indentation

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 3fe838ce6fb4b..fb96a4fb9e971 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -153,11 +153,11 @@ Build System Changes
 
         $ cmake -S <monorepo>/runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" <LIBCXX-OPTIONS> <LIBCXXABI-OPTIONS>
 
-  - Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
-    for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
-    a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
-    your bootstrapping build:
+- Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
+  for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
+  a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
+  your bootstrapping build:
 
-    .. code-block:: bash
+  .. code-block:: bash
 
-        -DLLVM_RUNTIME_TARGETS=i386-unknown-linux
+      -DLLVM_RUNTIME_TARGETS=i386-unknown-linux


        


More information about the libcxx-commits mailing list