You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
273 B

# RUN: llvm-elfabi --tbe %s --emit-tbe=- | FileCheck %s
--- !tapi-tbe
TbeVersion: 1.0
Arch: AArch64
Symbols: {}
...
# CHECK: --- !tapi-tbe
# CHECK-NEXT: TbeVersion: {{[1-9]\d*\.(0|([1-9]\d*))}}
# CHECK-NEXT: Arch: AArch64
# CHECK-NEXT: Symbols: {}
# CHECK-NEXT: ...