mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[ThinLTO] Fix data race in test
llvm-svn: 325361
This commit is contained in:
parent
7c97bbbf92
commit
8a016c8983
@ -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 -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 -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
|
||||
; Make sure we import the promted indirectly called target
|
||||
; IMPORTS: Import _ZL3foov.llvm.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user