From d108b49c65734f6876317409552cdbd6c7c86762 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Jul 16 2020 10:56:51 +0000 Subject: Synchronize with https://github.com/opencollab/llvm-toolchain-integration-test-suite/pull/29 --- diff --git a/integration-test-suite/runtest.sh b/integration-test-suite/runtest.sh index d0f5342..06df356 100755 --- a/integration-test-suite/runtest.sh +++ b/integration-test-suite/runtest.sh @@ -34,5 +34,5 @@ cd $(mktemp -d) git clone $repo_url cd llvm-toolchain-integration-test-suite mkdir _build && cd _build -cmake .. -GNinja "-DLLVM_CMAKE_PREFIX_PATH=`echo /usr/lib*/cmake/llvm`" +cmake .. -GNinja ninja $thread_args check