diff options
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-10-28 11:14:48 -0700 |
|---|---|---|
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-10-28 12:50:46 -0700 |
| commit | c7557dd692368d8ac3fc330d698b536e78560ac4 (patch) | |
| tree | 4c6ec91601156e97cdae35dcf959c678097fa8c7 /llvm/docs/CommandGuide | |
| parent | 209d5a12c55fe674686b5dbff8ba59cad665a56a (diff) | |
| download | bcm5719-llvm-c7557dd692368d8ac3fc330d698b536e78560ac4.tar.gz bcm5719-llvm-c7557dd692368d8ac3fc330d698b536e78560ac4.zip | |
[Remarks] Remove references to ELF support
There is no ELF support at the moment.
Remove all the references to the `.remarks` section.
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst index b4e5dbf1b96..4575e4a543a 100644 --- a/llvm/docs/CommandGuide/llc.rst +++ b/llvm/docs/CommandGuide/llc.rst @@ -149,8 +149,8 @@ End-user Options .. option:: -remarks-section - Emit the .remarks (ELF) / __remarks (MachO) section which contains metadata - about remark diagnostics. + Emit the __remarks (MachO) section which contains metadata about remark + diagnostics. Tuning/Configuration Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |

