[lld] c7b08ac - [lld-macho][test] Require "shell" feature for usage of `ln -s` (#99355)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 10:07:51 PDT 2024
Author: Daniel Bertalan
Date: 2024-07-17T19:07:47+02:00
New Revision: c7b08ac01fa98db7c9ec7c3bbe9784c2d20f91e9
URL: https://github.com/llvm/llvm-project/commit/c7b08ac01fa98db7c9ec7c3bbe9784c2d20f91e9
DIFF: https://github.com/llvm/llvm-project/commit/c7b08ac01fa98db7c9ec7c3bbe9784c2d20f91e9.diff
LOG: [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.
Added:
Modified:
lld/test/MachO/implicit-and-allowable-clients.test
Removed:
################################################################################
diff --git a/lld/test/MachO/implicit-and-allowable-clients.test b/lld/test/MachO/implicit-and-allowable-clients.test
index 576db33af2ea0..f627d242a0075 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/
More information about the llvm-commits
mailing list