From c7b08ac01fa98db7c9ec7c3bbe9784c2d20f91e9 Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Wed, 17 Jul 2024 19:07:47 +0200 Subject: [PATCH] [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. --- lld/test/MachO/implicit-and-allowable-clients.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/MachO/implicit-and-allowable-clients.test b/lld/test/MachO/implicit-and-allowable-clients.test index 576db33af2ea03..f627d242a00753 100644 --- a/lld/test/MachO/implicit-and-allowable-clients.test +++ b/lld/test/MachO/implicit-and-allowable-clients.test @@ -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/