bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ifs/ifs-read-invalid-arch.test

16 lines
469 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: not llvm-ifs --output-ifs=- %s 2>&1 | FileCheck %s
--- !ifs-v1
SoName: somelib.so
IfsVersion: 3.0
Target: { ObjectFormat: ELF, Arch: RiscV64, Endianness: little, BitWidth: 64 }
Symbols:
- { Name: foo, Type: Func }
- { Name: bar, Type: Object, Size: 42 }
- { Name: baz, Type: Object, Size: 8 }
- { Name: not, Type: Object, Size: 128, Undefined: true }
- { Name: nor, Type: Func, Undefined: true }
...
# CHECK: error: IFS arch 'RiscV64' is unsupported