blob: 623b76b4109ca574080ba81a0e17a2d24360a0a3 [file] [log] [blame]
# RUN: not llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs 2>&1 | \
# RUN: FileCheck %s --check-prefixes=CHECK-IFS
# CHECK-IFS: error: Interface Stub: Target Mismatch.
# CHECK-IFS-NEXT: Filenames:
--- !ifs-v1
IfsVersion: 3.0
Target: mips-unknown-linux
Symbols:
- { Name: a, Type: Func }
...