1 # RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s
6 Target: { ObjectFormat: ELF, Arch: RiscV64, Endianness: little, BitWidth: 64 }
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 }
15 # CHECK: error: IFS arch 'RiscV64' is unsupported