1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/tools/llvm-elfabi/tbe-emits-current-version.test
Armando Montanez 6332c89a96 [elfabi] Introduce tool for ELF TextAPI
Follow up for D53051

This patch introduces the tool associated with the ELF implementation of
TextAPI (previously llvm-tapi, renamed for better distinction). This
tool will house a number of features related to enalysis and
manipulation of shared object's exposed interfaces. The first major
feature for this tool is support for producing binary stubs that are
useful for compile-time linking of shared objects. This patch introduces
beginnings of support for reading binary ELF objects to work towards
that goal.

Added:

 - elfabi tool.
 - support for reading architecture from a binary ELF file into an
 ELFStub.
 - Support for writing .tbe files.

Differential Revision: https://reviews.llvm.org/D55352

llvm-svn: 350341
2019-01-03 18:32:36 +00:00

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