X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FLinker%2Ftargettriple.ll;h=c544a14a19d366e949748ffef39abb733ea45c80;hp=71830477bddcec452d83c60b547c418a8d802e0e;hb=b31d53a60fae503ebe4118ca8413ef98cf4c739a;hpb=e376441786f994d7d3f27817e163d226d31b641e diff --git a/test/Linker/targettriple.ll b/test/Linker/targettriple.ll index 71830477bdd..c544a14a19d 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"