[lld/mac] Make tbd files in one test valid
authorNico Weber <thakis@chromium.org>
Mon, 12 Jul 2021 15:12:11 +0000 (11:12 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 12 Jul 2021 15:13:54 +0000 (11:13 -0400)
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.

lld/test/MachO/dylink-ordinal.s

index 7edb218..c147445 100644 (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