forked from OSchip/llvm-project
[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
This commit is contained in:
parent
36371d61ec
commit
465415f1db
|
@ -1595,9 +1595,8 @@ Emitting remark diagnostics in the object file
|
||||||
A section containing metadata on remark diagnostics will be emitted when
|
A section containing metadata on remark diagnostics will be emitted when
|
||||||
-remarks-section is passed. The section contains:
|
-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 version number: a little-endian uint64_t
|
||||||
* the string table:
|
|
||||||
* the total size of the string table (the size itself excluded):
|
* the total size of the string table (the size itself excluded):
|
||||||
little-endian uint64_t
|
little-endian uint64_t
|
||||||
* a list of null-terminated strings
|
* a list of null-terminated strings
|
||||||
|
|
Loading…
Reference in New Issue