[lld] [lld] Remove shell requirements from tests (PR #156510)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 3 10:07:13 PDT 2025
================
@@ -1,4 +1,5 @@
-# REQUIRES: shell
+# Unsupported on Windows due to maximum path length limitations.
----------------
boomanaiden154 wrote:
They theoretically come from unpacking `repro.tar`. I just saw all the `reproduce.s` tests had shell requirements and assume they came from (at least cargo culting) https://github.com/llvm/llvm-project/commit/cbe62f2f2f1e7e514fdf10d9bfc604921e7eba89. I didn't want to try and remove too many to avoid buildbot churn. Happy to review a PR reenabling this on Windows though if you think that works and it passes premerge.
https://github.com/llvm/llvm-project/pull/156510
More information about the llvm-commits
mailing list