[all-commits] [llvm/llvm-project] 190707: [docs][llvm-symbolizer] Fix --functions description
James Henderson via All-commits
all-commits at lists.llvm.org
Wed Feb 26 02:54:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 190707f60e8da3b802a31e35e60c78246204fb93
https://github.com/llvm/llvm-project/commit/190707f60e8da3b802a31e35e60c78246204fb93
Author: James Henderson <james.henderson at sony.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M llvm/docs/CommandGuide/llvm-symbolizer.rst
Log Message:
-----------
[docs][llvm-symbolizer] Fix --functions description
"--functions none" and "--functions=none" are not the same. One is the
option "--functions" with its default value of "linkage", followed by an
input address of "none", and the other is "--functions" with the value
"none". This patch fixes the doc to match the actual behaviour by adding
an extra '=' sign in the allowed values description.
Commit: 6b74745c0645bd584cc4ce35b62f4064719687a5
https://github.com/llvm/llvm-project/commit/6b74745c0645bd584cc4ce35b62f4064719687a5
Author: James Henderson <james.henderson at sony.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M llvm/docs/CommandGuide/llvm-symbolizer.rst
Log Message:
-----------
[docs][llvm-symbolizer] Fix indentation of inline option examples
The examples for different options were inconsistently indented in
the HTML display. As they are tied to the options, this change
normalises to indent them the same as the option description body.
Commit: 974bce3eddcaced5efd772d01ec8a90d7fa21c10
https://github.com/llvm/llvm-project/commit/974bce3eddcaced5efd772d01ec8a90d7fa21c10
Author: James Henderson <james.henderson at sony.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M llvm/docs/CommandGuide/llvm-objcopy.rst
M llvm/docs/CommandGuide/llvm-strip.rst
Log Message:
-----------
[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
This moves it above the response file description, which should be at
the end.
Compare: https://github.com/llvm/llvm-project/compare/80d7e473e0b3...974bce3eddca
More information about the All-commits
mailing list