diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-08-22 12:16:08 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-08-22 12:16:08 +0000 |
commit | c2ca965c8984202ef887a43c1119c7e21b559bf3 (patch) | |
tree | cc65a05f7caaaa5929a7702cfe7e5484413e1b7a /llvm/docs/CommandGuide/llvm-size.rst | |
parent | 282dc72c8b84759dda4fe12420228158962351e8 (diff) | |
download | bcm5719-llvm-c2ca965c8984202ef887a43c1119c7e21b559bf3.tar.gz bcm5719-llvm-c2ca965c8984202ef887a43c1119c7e21b559bf3.zip |
Fix some regressions caused by r369553 on old versions of Debian and Ubuntu
It was causing some errors like:
Encoding error:
'ascii' codec can't decode byte 0xe2 in position 341: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-y2fq4dtb.log, if you want to report the issue to the developers.
llvm-svn: 369644
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-size.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-size.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-size.rst b/llvm/docs/CommandGuide/llvm-size.rst index 0dce15c8f50..92dcf4a571c 100644 --- a/llvm/docs/CommandGuide/llvm-size.rst +++ b/llvm/docs/CommandGuide/llvm-size.rst @@ -12,4 +12,4 @@ DESCRIPTION ----------- :program:`llvm-size` is a tool that prints size information for object files. -The goal is to make it a drop-in replacement for GNU’s :program:`size`. +The goal is to make it a drop-in replacement for GNU's :program:`size`. |