diff options
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-09 23:16:59 +0000 |
|---|---|---|
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-09 23:16:59 +0000 |
| commit | daf801bb11590327e96473f2e5564f486e2d19b2 (patch) | |
| tree | d2f49b40bdc15a74f99cfba023d834bde54ba9f5 /llvm/docs/CodeGenerator.rst | |
| parent | 1ae60797cd980f19ac73013b69eefc1aea0da563 (diff) | |
| download | bcm5719-llvm-daf801bb11590327e96473f2e5564f486e2d19b2.tar.gz bcm5719-llvm-daf801bb11590327e96473f2e5564f486e2d19b2.zip | |
[docs][Remarks] Add documentation for remarks in LLVM
This adds documentation that describes remarks in LLVM.
It aims at explaining what remarks are, how to enable them, and what
users can do with the different modes.
It lists all the available flags in LLVM (excluding clang), and
describes the expected YAML structure as well as the tools that support
the YAML format today.
Differential Revision: https://reviews.llvm.org/D64355
llvm-svn: 365578
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
| -rw-r--r-- | llvm/docs/CodeGenerator.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 60048df010d..700ab7f9a55 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -1614,20 +1614,6 @@ and stack sizes (unsigned LEB128). The stack size values only include the space allocated in the function prologue. Functions with dynamic stack allocations are not included. -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" -* the version number: a little-endian uint64_t -* 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. - VLIW Packetizer --------------- |

