[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-ifs / ifs-emits-current-version.test
blob1dbb974b96094663feceb8f8af6c8f0c46e450bc
1 # RUN: llvm-ifs --output-format=IFS --output=- %s | FileCheck %s
3 --- !ifs-v1
4 IfsVersion: 3.0
5 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
6 Symbols: []
7 ...
9 # As the tbe reader/writer is updated, update this check to ensure --emit-tbe
10 # uses the latest tbe writer by default.
12 # CHECK:      --- !ifs-v1
13 # CHECK-NEXT: IfsVersion: 3.0