mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
|
--- !tapi-tbd-v1
|
||
|
|
||
|
archs: [ armv7, armv7s ]
|
||
|
|
||
|
platform: ios
|
||
|
install-name: /u/l/libfoo.dylib
|
||
|
current-version: 1.2.3
|
||
|
compatibility-version: 1.0
|
||
|
swift-version: 0
|
||
|
objc-constraint: none
|
||
|
exports:
|
||
|
- archs: [ armv7, armv7s ]
|
||
|
allowed-clients: [ client ]
|
||
|
symbols: [ _sym, ]
|
||
|
...
|