mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
5403a31116
This change merges llvm-elfabi and llvm-ifs tools. Differential Revision: https://reviews.llvm.org/D100139
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
# RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/func.ifs 2>&1 | \
|
|
# RUN: FileCheck %s --check-prefixes=CHECK-IFS
|
|
|
|
# CHECK-IFS: Symbols:
|
|
# CHECK-IFS-NEXT: - { Name: a, Type: Func, Weak: true }
|
|
|
|
--- !ifs-v1
|
|
IfsVersion: 3.0
|
|
Target: x86_64-unknown-linux-gnu
|
|
Symbols:
|
|
- { Name: a, Type: Func, Weak: true }
|
|
...
|