Skip to content

Commit

Permalink
[lld-macho][test] Require "shell" feature for usage of ln -s
Browse files Browse the repository at this point in the history
The use of `ln -s` is not guaranteed to be supported on Windows.
  • Loading branch information
BertalanD committed Jul 17, 2024
1 parent ac1d5fa commit 994552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/MachO/implicit-and-allowable-clients.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: aarch64
# REQUIRES: aarch64, shell
# RUN: rm -rf %t; split-file %s %t
# RUN: ln -s Versions/A/FrameworkPublic.tbd %t/System/Library/Frameworks/FrameworkPublic.framework/
# RUN: ln -s Versions/A/FrameworkPrivate.tbd %t/System/Library/Frameworks/FrameworkPrivate.framework/
Expand Down

0 comments on commit 994552f

Please sign in to comment.