diff --git a/llvm/utils/lit/README.rst b/llvm/utils/lit/README.rst --- a/llvm/utils/lit/README.rst +++ b/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