summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-04-24 00:27:59 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-04-24 00:27:59 +0000
commit465415f1db2b58034ae8a8ae34224874aae50238 (patch)
tree25a22a2aed06fff784dc401343e5122d96014d85 /llvm/docs
parent36371d61ec8ddd13ad922845de6f4c6b95cd21f2 (diff)
downloadbcm5719-llvm-465415f1db2b58034ae8a8ae34224874aae50238.tar.gz
bcm5719-llvm-465415f1db2b58034ae8a8ae34224874aae50238.zip
[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 llvm-svn: 359053
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CodeGenerator.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index b0cee783a91..22c0714e1af 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -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.
OpenPOWER on IntegriCloud