forked from OSchip/llvm-project
[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:
parent
85cce4d485
commit
396f2e9d6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue