xref: /llvm-project/llvm/test/tools/llvm-ifs/conflict-header-triple.ifs (revision 5e171cebd3bafbf39cdad6294fe26c3952aedbc3)
1# RUN: not llvm-ifs --input-format=IFS --output-ifs - %s %S/object.ifs 2>&1 | \
2# RUN: FileCheck %s --check-prefixes=CHECK-IFS
3
4# CHECK-IFS: error: Interface Stub: Target Mismatch.
5# CHECK-IFS-NEXT: Filenames:
6
7--- !ifs-v1
8IfsVersion: 3.0
9Target:          mips-unknown-linux
10Symbols:
11  - { Name: a, Type: Func }
12...
13