brintos

brintos / llvm-project-archived public Read only

0
0
Text · 469 B · 3c25243 Raw
16 lines · plain
1# RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s2 3--- !ifs-v14SoName: somelib.so5IfsVersion: 3.06Target: { ObjectFormat: ELF, Arch: RiscV64, Endianness: little, BitWidth: 64 }7Symbols: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...14 15# CHECK: error: IFS arch 'RiscV64' is unsupported16