aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/targettriple.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/targettriple.ll')
-rw-r--r--test/Linker/targettriple.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/targettriple.ll b/test/Linker/targettriple.ll
index 7183047..c544a14 100644
--- a/test/Linker/targettriple.ll
+++ b/test/Linker/targettriple.ll
@@ -5,6 +5,9 @@
; 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
+; RUN: llvm-link -suppress-warnings %s %S/Inputs/targettriple-b.ll -S -o - 2>%t.no-warn.err | FileCheck %s
+; RUN: (echo foo ;cat %t.no-warn.err) | FileCheck --check-prefix=WARN-A %s
+
target triple = "e"
; CHECK: target triple = "e"