JF Bastien | 76086c6 | 2014-03-10 15:54:49 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-link %s %S/Inputs/targettriple-a.ll -S -o - 2>%t.a.err | FileCheck %s |
| 2 | ; RUN: cat %t.a.err | not FileCheck %s 2>&1 | FileCheck --check-prefix=WARN-A %s |
| 3 | |
| 4 | ; RUN: llvm-link %s %S/Inputs/targettriple-b.ll -S -o - 2>%t.b.err | FileCheck %s |
| 5 | ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s |
| 6 | |
| 7 | target triple = "e" |
| 8 | |
| 9 | ; CHECK: target triple = "e" |
| 10 | |
| 11 | ; this is a hack to check that llvm-link printed no warnings. |
| 12 | ; WARN-A: FileCheck error: '-' is empty. |
| 13 | |
| 14 | ; WARN-B: WARNING: Linking two modules of different target triples: |