[ORC-RT] Add -num-threads=0 to testcase.

This testcase depends on stable output, which isn't guaranteed when
concurrent linking is enabled (the default).
This commit is contained in:
Lang Hames
2025-02-21 16:54:52 +11:00
parent e3c8408593
commit 6c90f87b74

View File

@@ -9,8 +9,9 @@
; RUN: %clang -c -o %t/bar.o %S/Inputs/bar-ret-void-weak.ll
; RUN: %clang -c -o %t/baz.o %S/Inputs/baz-ret-void-hidden.ll
; RUN: %clang -c -o %t/main.o %s
; RUN: %llvm_jitlink -noexec -show-linked-files %t/main.o -lazy %t/foo.o \
; 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 \
; RUN: | FileCheck %s
;
; UNSUPPORTED: system-windows
; REQUIRES: target={{(arm|aarch|x86_)64.*}}