mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
|
# 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
|