blob: 12a5476175a00a90ea319d6820f5fa191e23ea65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# RUN: llvm-elfabi %s --emit-tbe=- | FileCheck %s
--- !tapi-tbe
TbeVersion: 1.0
Arch: AArch64
Symbols: {}
...
# As the tbe reader/writer is updated, update this check to ensure --emit-tbe
# uses the latest tbe writer by default.
# CHECK: --- !tapi-tbe
# CHECK-NEXT: TbeVersion: 1.0
|