[AVR] Fix shift node descriptions (#117456)
[llvm-project.git] / llvm / test / tools / llvm-ifs / ifs-read-invalid-arch.test
blob3c25243eb3cd8d88d5c022c1c5a84b9e3985da42
1 # RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s
3 --- !ifs-v1
4 SoName: somelib.so
5 IfsVersion: 3.0
6 Target: { ObjectFormat: ELF, Arch: RiscV64, Endianness: little, BitWidth: 64 }
7 Symbols:
8   - { Name: foo, Type: Func }
9   - { Name: bar, Type: Object, Size: 42 }
10   - { Name: baz, Type: Object, Size: 8 }
11   - { Name: not, Type: Object, Size: 128, Undefined: true }
12   - { Name: nor, Type: Func, Undefined: true }
13 ...
15 # CHECK: error: IFS arch 'RiscV64' is unsupported