summaryrefslogtreecommitdiff
path: root/test/Linker/targettriple.ll
blob: 71830477bddcec452d83c60b547c418a8d802e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; REQUIRES: shell
; RUN: llvm-link %s %S/Inputs/targettriple-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/targettriple-b.ll -S -o - 2>%t.b.err | FileCheck %s
; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s

target triple = "e"

; CHECK: target triple = "e"

; WARN-A-NOT: WARNING

; WARN-B: WARNING: Linking two modules of different target triples: