Skip to content

Commit e26356a

Browse files
committed
[lld/mac] Fix application-extension.s failure after 8e8701a
The test accidentally tested something else that makes lld fail with a different (correct-looking) error that wasn't the one the test tries to test for. (The test case before this change makes ld64 hang in an infinite loop.)
1 parent d87d361 commit e26356a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/MachO/application-extension.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ uuids:
9797
install-name: '/usr/lib/libbaz.dylib'
9898
reexported-libraries:
9999
- targets: [ arm64-macos ]
100-
libraries: [ '/usr/lib/libbaz-noappext-reexport.dylib']
100+
libraries: [ '/usr/lib/libbaz-noappext-reexported.dylib']
101101
--- !tapi-tbd
102102
tbd-version: 4
103103
targets: [ arm64-macos ]
104104
flags: [ not_app_extension_safe ]
105105
uuids:
106106
- target: arm64-macos
107107
value: 00000000-0000-0000-0000-000000000003
108-
install-name: '/usr/lib/libbaz-noappext-reexport.dylib'
108+
install-name: '/usr/lib/libbaz-noappext-reexported.dylib'
109109
parent-umbrella:
110110
- targets: [ arm64-macos ]
111111
umbrella: baz

0 commit comments

Comments
 (0)