[lld/mac] Make tbd files in one test valid

No behavior change, but ld64 can't load .tbd files without the
trailing `...`, so include them to make it easier to run tests
with l64 too.
This commit is contained in:
Nico Weber 2021-07-12 11:12:11 -04:00
parent 85cce4d485
commit 396f2e9d6d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ current-version: 0001.001.1
exports:
- targets: [ x86_64-macos ]
symbols: [ _foo ]
...
#--- libBar.tbd
--- !tapi-tbd
@ -54,6 +55,7 @@ current-version: 0001.001.1
exports:
- targets: [ x86_64-macos ]
symbols: [ _bar ]
...
#--- main.s
.section __TEXT,__text