From 7481855830d64c213ce3b596c9f784c406bc570c Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Fri, 18 Jan 2019 20:41:49 +0000 Subject: [PATCH] Make ThinLTO test run single threaded to try to avoid flakiness 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ThinLTO/X86/cfi-devirt.ll b/test/ThinLTO/X86/cfi-devirt.ll index a4a0c6bdd9a..3fd0486c7e8 100644 --- a/test/ThinLTO/X86/cfi-devirt.ll +++ b/test/ThinLTO/X86/cfi-devirt.ll @@ -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 \ -- 2.50.1