]> granicus.if.org Git - llvm/commitdiff
Make ThinLTO test run single threaded to try to avoid flakiness
authorTeresa Johnson <tejohnson@google.com>
Fri, 18 Jan 2019 20:41:49 +0000 (20:41 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 18 Jan 2019 20:41:49 +0000 (20:41 +0000)
To see if this helps flaky bot failures in PR40351.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351589 91177308-0d34-0410-b5e6-96231b3b80d8

test/ThinLTO/X86/cfi-devirt.ll

index a4a0c6bdd9af841a6709f61c7786fc9a44095362..3fd0486c7e801b15789d51a4b779f8fbfc6cdc2e 100644 (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 \