[ThinLTO] Attempt to fix the test (and the bots).

llvm-svn: 283826
This commit is contained in:
Davide Italiano 2016-10-10 23:56:13 +00:00
parent 55505954fe
commit 4683f9d7dc
1 changed files with 4 additions and 4 deletions

View File

@ -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"