Skip to content

Commit

Permalink
[lld-macho][test] Require "shell" feature for usage of ln -s (#99355)
Browse files Browse the repository at this point in the history
Summary: The use of `ln -s` is not guaranteed to be supported on Windows.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60250867
  • Loading branch information
BertalanD authored and yuxuanchen1997 committed Jul 25, 2024
1 parent b7ce17c commit ece69c6
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 ece69c6

Please sign in to comment.