[PATCH] D106521: [Docs] Mention how to run lit tests in parallel

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 22:34:58 PDT 2021


mehdi_amini requested changes to this revision.
mehdi_amini added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/docs/TestingGuide.rst:186
+-DLLVM_LIT_ARGS="-sv jN" to CMake.
+
 For more information on using the :program:`lit` tool, see ``llvm-lit --help``
----------------
Isn't lit running in parallel by default?
`ninja check` spawn as many workers as core on my machine...

```
$ ./bin/llvm-lit ../mlir/test
-- Testing: 1036 tests, 96 workers --
```



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106521/new/

https://reviews.llvm.org/D106521



More information about the llvm-commits mailing list