forked from OSchip/llvm-project
[ThinLTO] Fix data race in test #2
Switched to the right option (-thinlto-threads) llvm-svn: 325362
This commit is contained in:
parent
c9724d9149
commit
8c83b9b8c5
|
@ -6,7 +6,7 @@
|
|||
|
||||
; Test to make sure importing and dead stripping works in the
|
||||
; case where the target is a local function that also indirectly calls itself.
|
||||
; RUN: llvm-lto2 run -thread-model=single -save-temps -o %t3 %t.bc %t2.bc -r %t.bc,fptr,plx -r %t.bc,main,plx -r %t2.bc,_Z6updatei,pl -r %t2.bc,fptr,l -print-imports 2>&1 | FileCheck %s --check-prefix=IMPORTS
|
||||
; RUN: llvm-lto2 run -thinlto-threads=1 -save-temps -o %t3 %t.bc %t2.bc -r %t.bc,fptr,plx -r %t.bc,main,plx -r %t2.bc,_Z6updatei,pl -r %t2.bc,fptr,l -print-imports 2>&1 | FileCheck %s --check-prefix=IMPORTS
|
||||
; Make sure we import the promted indirectly called target
|
||||
; IMPORTS: Import _ZL3foov.llvm.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue