[llvm] r359053 - [Remarks] Fix documentation indentation

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 17:27:59 PDT 2019


Author: thegameg
Date: Tue Apr 23 17:27:59 2019
New Revision: 359053

URL: http://llvm.org/viewvc/llvm-project?rev=359053&view=rev
Log:
[Remarks] Fix documentation indentation

Fix the documentation bot:

http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/30450/steps/docs-llvm-html/logs/stdio

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=359053&r1=359052&r2=359053&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Tue Apr 23 17:27:59 2019
@@ -1595,12 +1595,11 @@ Emitting remark diagnostics in the objec
 A section containing metadata on remark diagnostics will be emitted when
 -remarks-section is passed. The section contains:
 
-* a magic number: "REMARKS\0"
+* a magic number: "REMARKS\\0"
 * the version number: a little-endian uint64_t
-* the string table:
-  * the total size of the string table (the size itself excluded):
-    little-endian uint64_t
-  * a list of null-terminated strings
+* the total size of the string table (the size itself excluded):
+  little-endian uint64_t
+* a list of null-terminated strings
 * the absolute file path to the serialized remark diagnostics: a
   null-terminated string.
 




More information about the llvm-commits mailing list