Author: Tom Stellard Date: 2023-03-15T04:20:23-07:00 New Revision: 8f3cb98d1fab356a26eb1a153811b70728f3a3c4
URL: https://github.com/llvm/llvm-project/commit/8f3cb98d1fab356a26eb1a153811b70728f3a3c4 DIFF: https://github.com/llvm/llvm-project/commit/8f3cb98d1fab356a26eb1a153811b70728f3a3c4.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 (cherry picked from commit e6d670dc2b528cb981f4ad0d3af1a7d95d447a08) 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 \ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits