Add a new architecture definition for arm64_32. The change should allow the new architecture arm64_32 to be recognized in several pieces of code, TextAPI parsing one of them. llvm-lipo will also recognize the architecture and will allow lipoing files with this architecture without failing. Includes a small test that the architecture is recognized by llvm-nm. Reviewed By: cishida Differential Revision: https://reviews.llvm.org/D99673
14 lines
510 B
Plaintext
14 lines
510 B
Plaintext
--- !tapi-tbd
|
|
tbd-version: 4
|
|
targets: [ armv7k-watchos-simulator, arm64_32-watchos-simulator ]
|
|
uuids:
|
|
- target: armv7k-watchos-simulator
|
|
value: 00000000-0000-0000-0000-000000000000
|
|
- target: arm64_32-watchos-simulator
|
|
value: 11111111-1111-1111-1111-111111111111
|
|
install-name: '/u/l/libFoo.dylib'
|
|
current-version: 1
|
|
exports:
|
|
- targets: [ armv7k-watchos-simulator, arm64_32-watchos-simulator ]
|
|
symbols: [ '_sym1' ]
|