Skip to content

Commit c7b08ac

Browse files
authored
[lld-macho][test] Require "shell" feature for usage of ln -s (#99355)
The use of `ln -s` is not guaranteed to be supported on Windows.
1 parent 86ef699 commit c7b08ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/implicit-and-allowable-clients.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: aarch64
1+
# REQUIRES: aarch64, shell
22
# RUN: rm -rf %t; split-file %s %t
33
# RUN: ln -s Versions/A/FrameworkPublic.tbd %t/System/Library/Frameworks/FrameworkPublic.framework/
44
# RUN: ln -s Versions/A/FrameworkPrivate.tbd %t/System/Library/Frameworks/FrameworkPrivate.framework/

0 commit comments

Comments
 (0)