[PATCH] D143419: lit: Fix formatting in README.rst

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 09:57:33 PST 2023


tstellar created this revision.
tstellar added a reviewer: mgorny.
Herald added a subscriber: delcypher.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

This was preventing lit from being uploaded to pypi.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143419

Files:
  llvm/utils/lit/README.rst


Index: llvm/utils/lit/README.rst
===================================================================
--- llvm/utils/lit/README.rst
+++ llvm/utils/lit/README.rst
@@ -44,9 +44,7 @@
 Before submitting patches, run the test suite to ensure nothing has regressed:
 
     # From within your LLVM source directory.
-    utils/lit/lit.py \
-        --path /path/to/your/llvm/build/bin \
-        utils/lit/tests
+    utils/lit/lit.py --path /path/to/your/llvm/build/bin utils/lit/tests
 
 Note that lit's tests depend on ``not`` and ``FileCheck``, LLVM utilities.
 You will need to have built LLVM tools in order to run lit's test suite


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143419.495193.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230206/49f043ab/attachment.bin>


More information about the llvm-commits mailing list