Set comdats when lazily linking functions.
[oota-llvm.git] / test / Linker / datalayout.ll
index 3ee96eb547d386584d4b5ab284778bc617b3d87b..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 | not FileCheck %s 2>&1 | FileCheck --check-prefix=WARN-A %s
+; 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,7 +9,6 @@ target datalayout = "e"
 
 ; CHECK: target datalayout = "e"
 
-; this is a hack to check that llvm-link printed no warnings.
-; WARN-A: FileCheck error: '-' is empty.
+; WARN-A-NOT: WARNING
 
-; WARN-B: WARNING: Linking two modules of different data layouts!
+; WARN-B: WARNING: Linking two modules of different data layouts: