1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Make ThinLTO test run single threaded to try to avoid flakiness

To see if this helps flaky bot failures in PR40351.

llvm-svn: 351589
This commit is contained in:
Teresa Johnson 2019-01-18 20:41:49 +00:00
parent 3af6b4cc9d
commit d315e6cb2d

View File

@ -49,7 +49,7 @@
; that does not have a split LTO Unit.
; RUN: opt -thinlto-bc -o %t2.o %S/Inputs/empty.ll
; RUN: not llvm-lto2 run %t.o %t2.o -save-temps -pass-remarks=. \
; RUN: -verify-machineinstrs=0 \
; RUN: -verify-machineinstrs=0 -thinlto-threads=1 \
; RUN: -o %t3 \
; RUN: -r=%t.o,test,px \
; RUN: -r=%t.o,_ZN1A1nEi,p \