diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll b/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll index a53f23b100c..24379128cc7 100644 --- a/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll +++ b/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll @@ -1,4 +1,4 @@ -; RUN: lli -jit-kind=orc-lazy -compile-threads=5 -thread-entry hello %s | FileCheck %s +; RUN: lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello %s | FileCheck %s ; ; CHECK: Hello |