Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lld-macho][test] Require "shell" feature for usage of ln -s #99355

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

BertalanD
Copy link
Member

The use of ln -s is not guaranteed to be supported on Windows.

The use of `ln -s` is not guaranteed to be supported on Windows.
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 17, 2024

@llvm/pr-subscribers-lld

@llvm/pr-subscribers-lld-macho

Author: Daniel Bertalan (BertalanD)

Changes

The use of ln -s is not guaranteed to be supported on Windows.


Full diff: https://github.com/llvm/llvm-project/pull/99355.diff

1 Files Affected:

  • (modified) lld/test/MachO/implicit-and-allowable-clients.test (+1-1)
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/

@BertalanD BertalanD merged commit c7b08ac into llvm:main Jul 17, 2024
8 of 9 checks passed
@BertalanD BertalanD deleted the lld-win-tests branch July 17, 2024 17:07
sgundapa pushed a commit to sgundapa/upstream_effort that referenced this pull request Jul 23, 2024
…99355)

The use of `ln -s` is not guaranteed to be supported on Windows.
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants