From 396f2e9d6d17d4288616218f07aa93daf01fbe5d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 12 Jul 2021 11:12:11 -0400 Subject: [PATCH] [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. --- lld/test/MachO/dylink-ordinal.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lld/test/MachO/dylink-ordinal.s b/lld/test/MachO/dylink-ordinal.s index 7edb218..c147445 100644 --- a/lld/test/MachO/dylink-ordinal.s +++ b/lld/test/MachO/dylink-ordinal.s @@ -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 -- 2.7.4