projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cce4d
)
[lld/mac] Make tbd files in one test valid
author
Nico Weber
<thakis@chromium.org>
Mon, 12 Jul 2021 15:12:11 +0000
(11:12 -0400)
committer
Nico 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
patch
|
blob
|
history
diff --git
a/lld/test/MachO/dylink-ordinal.s
b/lld/test/MachO/dylink-ordinal.s
index
7edb218
..
c147445
100644
(file)
--- 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