[lld] r314618 - Fix .rst formatting error.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 30 20:50:48 PDT 2017


Author: ruiu
Date: Sat Sep 30 20:50:48 2017
New Revision: 314618

URL: http://llvm.org/viewvc/llvm-project?rev=314618&view=rev
Log:
Fix .rst formatting error.

Modified:
    lld/trunk/docs/index.rst

Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=314618&r1=314617&r2=314618&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Sat Sep 30 20:50:48 2017
@@ -73,7 +73,7 @@ Performance
 This is a link time comparison on a 2-socket 20-core 40-thread Xeon
 E5-2680 2.80 GHz machine with an SSD drive. We ran gold and lld with
 or without multi-threading support. To disable multi-threading, we
-added ``-no-threads'' to the command lines.
+added ``-no-threads`` to the command lines.
 
 ============  ===========  ============  ====================  ==================  ===============  =============
 Program       Output size  GNU ld        GNU gold w/o threads  GNU gold w/threads  lld w/o threads  lld w/threads




More information about the llvm-commits mailing list