summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2022-03-10 22:40:18 +0100
committerSylvestre Ledru <sylvestre@debian.org>2022-03-10 22:45:05 +0100
commit54d7fde46e8a0e425245e18732c2a78e64fa7b35 (patch)
tree6dbbab597fae20395a8a8c1fda1987c009e6a11d
parent120e0434bcda3c1ed00e77ded0de9690dad2c347 (diff)
llvm-ifs doc: Replace a utf-8 char by a more classic one
Fails on old python (like on ubuntu bionic) otherwise with: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2130: ordinal not in range(128)
-rw-r--r--llvm/docs/CommandGuide/llvm-ifs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ifs.rst b/llvm/docs/CommandGuide/llvm-ifs.rst
index 34db332a8d3d..0e81806ec985 100644
--- a/llvm/docs/CommandGuide/llvm-ifs.rst
+++ b/llvm/docs/CommandGuide/llvm-ifs.rst
@@ -59,7 +59,7 @@ by the :program:`llvm-ifs`:
+ ``Type``: Whether the symbol is an object, function, no-type, thread local storage, or unknown. Symbol types not explicitly supported are mapped as unknown to improve signal-to-noise ratio.
- + ``Size``: The size of the symbol in question, doesn’t apply to functions, and is optional for NoType symbols.
+ + ``Size``: The size of the symbol in question, doesn't apply to functions, and is optional for NoType symbols.
+ ``Undefined``: Whether or not the symbol is defined in this shared object file.