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)
This commit is contained in:
Sylvestre Ledru 2022-03-10 22:40:18 +01:00
parent 120e0434bc
commit 54d7fde46e

View file

@ -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, doesnt 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.