summaryrefslogtreecommitdiff
path: root/test/Linker/datalayout.ll
blob: 8cbfc198a684b14436f034d296f545cc71e56502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; REQUIRES: shell
; RUN: llvm-link %s %S/Inputs/datalayout-a.ll -S -o - 2>%t.a.err | FileCheck %s
; RUN: (echo foo ;cat %t.a.err) | FileCheck --check-prefix=WARN-A %s

; RUN: llvm-link %s %S/Inputs/datalayout-b.ll -S -o - 2>%t.b.err | FileCheck %s
; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s

target datalayout = "e"

; CHECK: target datalayout = "e"

; WARN-A-NOT: WARNING

; WARN-B: WARNING: Linking two modules of different data layouts: