diff options
author | Shao-Ce SUN <shaoce@nj.iscas.ac.cn> | 2021-11-15 09:17:08 +0800 |
---|---|---|
committer | Shao-Ce SUN <shaoce@nj.iscas.ac.cn> | 2021-11-15 09:17:08 +0800 |
commit | 0c660256eb41fb0ba44277a32f39d2a028f797f2 (patch) | |
tree | a9261cd00510df831f182952f215f757c169c71a /llvm/docs/CommandGuide/llvm-readelf.rst | |
parent | 846f33572ee9f7152de27aca38369c3506711e64 (diff) | |
download | llvm-0c660256eb41fb0ba44277a32f39d2a028f797f2.zip llvm-0c660256eb41fb0ba44277a32f39d2a028f797f2.tar.gz llvm-0c660256eb41fb0ba44277a32f39d2a028f797f2.tar.bz2 |
[NFC] Trim trailing whitespace in *.rst
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readelf.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readelf.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst index 8ba1a0e..d83d566 100644 --- a/llvm/docs/CommandGuide/llvm-readelf.rst +++ b/llvm/docs/CommandGuide/llvm-readelf.rst @@ -41,7 +41,7 @@ OPTIONS .. option:: --demangle, -C Display demangled symbol names in the output. - + .. option:: --dependent-libraries Display the dependent libraries section. @@ -118,7 +118,7 @@ OPTIONS .. option:: --needed-libs Display the needed libraries. - + .. option:: --no-demangle Do not display demangled symbol names in the output. On by default. @@ -196,11 +196,11 @@ OPTIONS .. option:: --version-info, -V Display version sections. - + .. option:: --wide, -W Ignored for GNU readelf compatibility. The output is already similar to when using -W with GNU readelf. - + .. option:: @<FILE> Read command-line options from response file `<FILE>`. |