[asan] Remove lit -j5 flag for android tests.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 13 Sep 2016 22:25:41 +0000 (22:25 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 13 Sep 2016 22:25:41 +0000 (22:25 +0000)
commit15934b86a1384067420f3ba3d442544af5139116
tree566e3d0c3e5233af5cb76f5f50e05a56d859a7fa
parent003bb09e78e6b187b0692ffda0e6b3c1f84e6283
[asan] Remove lit -j5 flag for android tests.

It makes the tests extremely slow due to high latency of the test launcher.
The main reason for -j5 was high memory usage with handle_abort=1, which
is now disabled in the test runner.

llvm-svn: 281409
compiler-rt/test/asan/CMakeLists.txt