blob: de343027803a0abe9c7866d4d13915a1b6e3d2b6 [file] [log] [blame]
Rafael Espindolaae593f12014-02-26 17:02:08 +00001; RUN: llvm-link %s %S/Inputs/datalayout-a.ll -S -o - 2>%t.a.err | FileCheck %s
Juergen Ributzka95d11de2014-02-27 03:10:10 +00002; RUN: cat %t.a.err | not FileCheck %s 2>&1 | FileCheck --check-prefix=WARN-A %s
Rafael Espindolaae593f12014-02-26 17:02:08 +00003
4; RUN: llvm-link %s %S/Inputs/datalayout-b.ll -S -o - 2>%t.b.err | FileCheck %s
5; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
6
7target datalayout = "e"
8
9; CHECK: target datalayout = "e"
10
Juergen Ributzka95d11de2014-02-27 03:10:10 +000011; this is a hack to check that llvm-link printed no warnings.
12; WARN-A: FileCheck error: '-' is empty.
13
JF Bastiend44807c2014-03-05 21:37:08 +000014; WARN-B: WARNING: Linking two modules of different data layouts: