]> granicus.if.org Git - llvm/commitdiff
[Remarks] Fix documentation indentation
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 24 Apr 2019 00:27:59 +0000 (00:27 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 24 Apr 2019 00:27:59 +0000 (00:27 +0000)
Fix the documentation bot:

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359053 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index b0cee783a912bf8049b6bb5f6d1132b55de6b733..22c0714e1afc1037a4a190f9d7fc41db0723864f 100644 (file)
@@ -1595,12 +1595,11 @@ Emitting remark diagnostics in the object file
 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.