mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
fd46376e35
Summary: This completes the needed glueing to support reading tbd files from nm. This includes specifying which slice filtering with `--arch` and a new option specifically for tbd files `--add-inlinedinfo` which will show the reexported libraries that are appended in the tbd file. Reviewers: ributzka, steven_wu, JDevlieghere, jhenderson Reviewed By: JDevlieghere Subscribers: hiraditya, MaskRay, dexonsmith, rupprecht, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D81614
22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
--- !tapi-tbd-v2
|
|
archs: [ armv7, armv7s, arm64 ]
|
|
uuids: [ "armv7: 00000000-0000-0000-0000-000000000000",
|
|
"armv7s: 11111111-1111-1111-1111-111111111111",
|
|
"arm64: 22222222-2222-2222-2222-222222222222" ]
|
|
platform: ios
|
|
flags: [ installapi, flat_namespace ]
|
|
install-name: /u/l/libfoo.dylib
|
|
current-version: 1.2.3
|
|
compatibility-version: 1.0
|
|
swift-version: 0
|
|
objc-constraint: retain_release
|
|
parent-umbrella: Umbrella.dylib
|
|
exports:
|
|
- archs: [ armv7, armv7s, arm64 ]
|
|
symbols: [ _sym1, _sym2, _sym3 ]
|
|
|
|
undefineds:
|
|
- archs: [ arm64 ]
|
|
symbols: [ _sym ]
|
|
...
|