1# RUN: llvm-ifs --output-format=IFS --output=- %s | FileCheck %s
2
3--- !ifs-v1
4IfsVersion: 3.0
5Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
6Symbols: []
7...
8
9# As the tbe reader/writer is updated, update this check to ensure --emit-tbe
10# uses the latest tbe writer by default.
11
12# CHECK:      --- !ifs-v1
13# CHECK-NEXT: IfsVersion: 3.0
14