diff options
Diffstat (limited to 'test/Linker/datalayout.ll')
-rw-r--r-- | test/Linker/datalayout.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Linker/datalayout.ll b/test/Linker/datalayout.ll index 8cbfc19..cba2877 100644 --- a/test/Linker/datalayout.ll +++ b/test/Linker/datalayout.ll @@ -1,13 +1,12 @@ ; REQUIRES: shell -; RUN: llvm-link %s %S/Inputs/datalayout-a.ll -S -o - 2>%t.a.err | FileCheck %s +; RUN: llvm-link %s %S/Inputs/datalayout-a.ll -S -o - 2>%t.a.err ; 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: llvm-link %s %S/Inputs/datalayout-b.ll -S -o - 2>%t.b.err ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s target datalayout = "e" -; CHECK: target datalayout = "e" ; WARN-A-NOT: WARNING |