1# RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s 2 3--- !ifs-v1 4SoName: somelib.so 5IfsVersion: 3.0 6Target: { ObjectFormat: ELF, Arch: Aarch64, Endianness: little, BitWidth: 64 } 7Symbols: 8 - { Name: nor, Type: bogus, Undefined: true } 9... 10 11# CHECK: error: IFS symbol type for symbol 'nor' is unsupported 12