[llvm] a0183c2 - Fix docs bot after D140989

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 02:52:27 PDT 2023


Author: OCHyams
Date: 2023-04-26T10:52:06+01:00
New Revision: a0183c205c07a0fa8e690e5826a580e79812cd3f

URL: https://github.com/llvm/llvm-project/commit/a0183c205c07a0fa8e690e5826a580e79812cd3f
DIFF: https://github.com/llvm/llvm-project/commit/a0183c205c07a0fa8e690e5826a580e79812cd3f.diff

LOG: Fix docs bot after D140989

Commit a93c4239719382e5b17335f3452e9095937ed6b7 broke docs buildbot:
https://lab.llvm.org/buildbot/#/builders/30/builds/34525

Added: 
    

Modified: 
    llvm/docs/SourceLevelDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index e2416040d7dd..3a90d242dedc 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -532,7 +532,7 @@ list is:
 
 * Any location operand is ``poison`` (or ``undef``).
 * Any location operand is an empty metadata tuple (``!{}``) (which cannot
-  occur in ``!DIArgList``s).
+  occur in a ``!DIArgList``).
 * There are no location operands (empty ``DIArgList``) and the ``DIExpression``
   is empty.
 


        


More information about the llvm-commits mailing list