xref: /llvm-project/llvm/test/tools/llvm-ifs/ifs-read-invalid-symbol-type.test (revision 8e9c531922c4f9a1ee583ef3553b8529bb8e9a9a)
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