[llvm] e6d670d - lit: Fix formatting in README.rst

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 04:19:47 PDT 2023


Author: Tom Stellard
Date: 2023-03-15T04:19:34-07:00
New Revision: e6d670dc2b528cb981f4ad0d3af1a7d95d447a08

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

LOG: lit: Fix formatting in README.rst

This was preventing lit from being uploaded to pypi.

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D143419

Added: 
    

Modified: 
    llvm/utils/lit/README.rst

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/README.rst b/llvm/utils/lit/README.rst
index b8befef4fbe00..3a1457057ac79 100644
--- a/llvm/utils/lit/README.rst
+++ b/llvm/utils/lit/README.rst
@@ -41,7 +41,7 @@ Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for
 ideas on what to work on:
 https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit
 
-Before submitting patches, run the test suite to ensure nothing has regressed:
+Before submitting patches, run the test suite to ensure nothing has regressed::
 
     # From within your LLVM source directory.
     utils/lit/lit.py \


        


More information about the llvm-commits mailing list