forked from OSchip/llvm-project
[ThinLTO] Attempt to fix the test (and the bots).
llvm-svn: 283826
This commit is contained in:
parent
55505954fe
commit
4683f9d7dc
|
@ -1,6 +1,6 @@
|
|||
; Basic ThinLTO tests.
|
||||
; RUN: llvm-as %s -o %t.o
|
||||
; RUN: llvm-as %p/Inputs/thinlto.ll -o %t2.o
|
||||
; RUN: opt -module-summary %s -o %t.o
|
||||
; RUN: opt -module-summary %p/Inputs/thinlto.ll -o %t2.o
|
||||
|
||||
; First force single-threaded mode
|
||||
; RUN: ld.lld -save-temps --thinlto-jobs=1 -shared %t.o %t2.o -o %t
|
||||
|
@ -14,8 +14,8 @@
|
|||
; RUN: llvm-nm %t20.lto.o | FileCheck %s --check-prefix=NM1
|
||||
; RUN: llvm-nm %t21.lto.o | FileCheck %s --check-prefix=NM2
|
||||
|
||||
; NM1: T g
|
||||
; NM2: T f
|
||||
; NM1: T f
|
||||
; NM2: T g
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
|
Loading…
Reference in New Issue