[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-ifs / read-ifs-with-bad-endianness.test
blob6ce8e0dfdf0a2267e4fb48d8b9ae4ee815887834
1 ## Test reading TBE file with bad endianness.
3 # RUN: not llvm-ifs --output-format=IFS --output=- %s 2>&1 | FileCheck %s
5 --- !ifs-v1
6 SoName: somelib.so
7 IfsVersion: 3.0
8 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: lit, BitWidth: 64 }
9 Symbols:
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 ...
17 # CHECK:      YAML:8:56: error: Unsupported endianness