diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-02-14 22:46:56 +0000 | 
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-02-14 22:46:56 +0000 | 
| commit | 3c76c09ebfa9fd8f55a6faed7792447b81d3b41b (patch) | |
| tree | e7e70b5016f8d62b4234845a3b9971937556dbb6 /llvm/utils/lit/tests | |
| parent | e0484eb2f2d0642effacd340607072e80bd88343 (diff) | |
| download | bcm5719-llvm-3c76c09ebfa9fd8f55a6faed7792447b81d3b41b.tar.gz bcm5719-llvm-3c76c09ebfa9fd8f55a6faed7792447b81d3b41b.zip | |
[lit] Remove --single-process option (use -j1 instead)
Remove `--single-process` command line option. Use `-j1` instead.
Also see commit: 96adb78b120b6aa9739eb714534dc8e819f7bc52
llvm-svn: 354073
Diffstat (limited to 'llvm/utils/lit/tests')
| -rw-r--r-- | llvm/utils/lit/tests/discovery.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/utils/lit/tests/discovery.py b/llvm/utils/lit/tests/discovery.py index dbabeb39f19..9f09470c48c 100644 --- a/llvm/utils/lit/tests/discovery.py +++ b/llvm/utils/lit/tests/discovery.py @@ -29,7 +29,7 @@  # RUN: %{python} %{inputs}/config-map-discovery/driver.py \  # RUN:           %{inputs}/config-map-discovery/main-config/lit.cfg \  # RUN:           %{inputs}/config-map-discovery/lit.alt.cfg \ -# RUN:           --single-process --debug --show-tests --show-suites > %t.out 2> %t.err +# RUN:           --threads=1 --debug --show-tests --show-suites > %t.out 2> %t.err  # RUN: FileCheck --check-prefix=CHECK-CONFIG-MAP-OUT < %t.out %s  # RUN: FileCheck --check-prefix=CHECK-CONFIG-MAP-ERR < %t.err %s | 

