Skip to content

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
Member

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
@BertalanD BertalanD deleted the lld-win-tests branch July 17, 2024 17:07
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