[lld] r358155 - Fix two sphinx warnings

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 00:31:03 PDT 2019


Author: hans
Date: Thu Apr 11 00:31:03 2019
New Revision: 358155

URL: http://llvm.org/viewvc/llvm-project?rev=358155&view=rev
Log:
Fix two sphinx warnings

Modified:
    lld/trunk/docs/missingkeyfunction.rst

Modified: lld/trunk/docs/missingkeyfunction.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/missingkeyfunction.rst?rev=358155&r1=358154&r2=358155&view=diff
==============================================================================
--- lld/trunk/docs/missingkeyfunction.rst (original)
+++ lld/trunk/docs/missingkeyfunction.rst Thu Apr 11 00:31:03 2019
@@ -51,7 +51,7 @@ you won't see any undefined reference er
 The solution in this case is to implement the missing function.
 
 Forgetting to declare a virtual function in an abstract class as pure
--------------------------------------------------------------------
+---------------------------------------------------------------------
 
 Say you have an abstract base class declared in a header file::
 
@@ -74,7 +74,7 @@ The solution in this case is to add the
 ``A::bar``.
 
 Key function is defined, but the linker doesn't see it
-----------------------------------------------------
+------------------------------------------------------
 
 It's also possible that you have defined the key function somewhere, but the
 object file containing the definition of that function isn't being linked into




More information about the llvm-commits mailing list