We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c8408 commit 6c90f87Copy full SHA for 6c90f87
compiler-rt/test/orc/TestCases/Generic/lazy-link.ll
@@ -9,8 +9,9 @@
9
; RUN: %clang -c -o %t/bar.o %S/Inputs/bar-ret-void-weak.ll
10
; RUN: %clang -c -o %t/baz.o %S/Inputs/baz-ret-void-hidden.ll
11
; RUN: %clang -c -o %t/main.o %s
12
-; RUN: %llvm_jitlink -noexec -show-linked-files %t/main.o -lazy %t/foo.o \
13
-; RUN: -lazy %t/x.o -lazy %t/bar.o -lazy %t/baz.o | FileCheck %s
+; RUN: %llvm_jitlink -num-threads=0 -noexec -show-linked-files %t/main.o \
+; RUN: -lazy %t/foo.o -lazy %t/x.o -lazy %t/bar.o -lazy %t/baz.o \
14
+; RUN: | FileCheck %s
15
;
16
; UNSUPPORTED: system-windows
17
; REQUIRES: target={{(arm|aarch|x86_)64.*}}
0 commit comments