[lld] [Test] Adjust quoting in archive-thin.test for spaces in paths (PR #151707)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 3 00:18:36 PDT 2025
================
@@ -29,9 +29,9 @@ RUN: mkdir %t/out && cd %t/out
## received JSON, pretty-prints the JSON and the supplied arguments, and then
## exits with an error. This allows FileCheck directives to verify the
## distributor inputs.
-RUN: echo '%t/t1.a %t/lib/t2.a ../t3.a \
-RUN: --thinlto-distributor="%python" \
-RUN: --thinlto-distributor-arg="%llvm_src_root/utils/dtlto/validate.py"' > rsp
+RUN: echo "%t/t1.a %t/lib/t2.a ../t3.a \
----------------
bd1976bris wrote:
Agreed. I'll make that work and then adjust all the tests - I have used this pattern in a few places.
https://github.com/llvm/llvm-project/pull/151707
More information about the llvm-commits
mailing list