brintos

brintos / llvm-project-archived public Read only

0
0
Text · 518 B · 2a65bde Raw
18 lines · plain
1## Test reading TBE file with bad bit width.2 3# RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s4 5--- !ifs-v16SoName: somelib.so7IfsVersion: 3.08Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 65 }9Symbols:10  - { Name: foo, Type: Func }11  - { Name: bar, Type: Object, Size: 42 }12  - { Name: baz, Type: Object, Size: 8 }13  - { Name: not, Type: Object, Size: 128, Undefined: true }14  - { Name: nor, Type: Func, Undefined: true }15...16 17# CHECK:      YAML:8:74: error: Unsupported bit width18