Tablegen output formatting fixes.
[oota-llvm.git] / test / Linker / datalayout.ll
index 184adf3d9d7abac4ee9b7710fd1044ba98f3f565..8cbfc198a684b14436f034d296f545cc71e56502 100644 (file)
@@ -1,5 +1,6 @@
+; REQUIRES: shell
 ; RUN: llvm-link %s %S/Inputs/datalayout-a.ll -S -o - 2>%t.a.err | FileCheck %s
-; RUN: cat %t.a.err | count 0
+; 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
@@ -8,4 +9,6 @@ target datalayout = "e"
 
 ; CHECK: target datalayout = "e"
 
-; WARN-B: WARNING: Linking two modules of different data layouts!
+; WARN-A-NOT: WARNING
+
+; WARN-B: WARNING: Linking two modules of different data layouts: