Skip to content

Commit b9f04d1

Browse files
Use one thread for in-process ThinLTO to test debug logs
1 parent 3456c50 commit b9f04d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/ThinLTO/X86/import_callee_declaration.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
; RUN: llvm-lto2 run \
6868
; RUN: -debug-only=function-import \
6969
; RUN: -save-temps \
70+
; RUN: -thinlto-threads=1 \
7071
; RUN: -import-instr-limit=7 \
7172
; RUN: -import-declaration \
7273
; RUN: -r=main.bc,main,px \

0 commit comments

Comments
 (0)