1 # RUN: not llvm-ifs --input-format=IFS --output-ifs - %s %S/Inputs/strong-mismatch-size.ifs 2>&1 | FileCheck %s --check-prefixes=CHECK-SIZE
2 # RUN: not llvm-ifs --input-format=IFS --output-ifs - %s %S/Inputs/strong-mismatch-type.ifs 2>&1 | FileCheck %s --check-prefixes=CHECK-TYPE
4 # CHECK-SIZE: error: Interface Stub: Size Mismatch for foobar.
5 # CHECK-SIZE-NEXT: Filename:
6 # CHECK-SIZE-NEXT: Size Values: 1 2
9 # CHECK-TYPE: error: Interface Stub: Type Mismatch for foobar.
10 # CHECK-TYPE-NEXT: Filename:
11 # CHECK-TYPE-NEXT: Type Values: Object Func
15 Target: x86_64-unknown-linux-gnu
17 - { Name: foobar, Type: Object, Size: 1, Weak: true }