[llvm] r369644 - Fix some regressions caused by r369553 on old versions of Debian and Ubuntu

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 05:16:08 PDT 2019


Author: sylvestre
Date: Thu Aug 22 05:16:08 2019
New Revision: 369644

URL: http://llvm.org/viewvc/llvm-project?rev=369644&view=rev
Log:
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.



Modified:
    llvm/trunk/docs/CommandGuide/llvm-ranlib.rst
    llvm/trunk/docs/CommandGuide/llvm-size.rst
    llvm/trunk/docs/CommandGuide/llvm-strings.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-ranlib.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ranlib.rst?rev=369644&r1=369643&r2=369644&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ranlib.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ranlib.rst Thu Aug 22 05:16:08 2019
@@ -12,7 +12,7 @@ DESCRIPTION
 -----------
 
 :program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that
-generates an index for an archive. It can be used as a replacement for GNU’s
+generates an index for an archive. It can be used as a replacement for GNU's
 :program:`ranlib` tool.
 
 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.

Modified: llvm/trunk/docs/CommandGuide/llvm-size.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-size.rst?rev=369644&r1=369643&r2=369644&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-size.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-size.rst Thu Aug 22 05:16:08 2019
@@ -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`.

Modified: llvm/trunk/docs/CommandGuide/llvm-strings.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-strings.rst?rev=369644&r1=369643&r2=369644&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-strings.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-strings.rst Thu Aug 22 05:16:08 2019
@@ -12,4 +12,4 @@ DESCRIPTION
 -----------
 
 :program:`llvm-strings` is a tool that prints strings in files. The goal is to
-make it a drop-in replacement for GNU’s :program:`strings`.
+make it a drop-in replacement for GNU's :program:`strings`.




More information about the llvm-commits mailing list