Skip to content

Commit 1d61e62

Browse files
author
git apple-llvm automerger
committed
Merge commit '400d8b067591' from llvm.org/release/21.x into stable/21.x
2 parents dd5c22c + 400d8b0 commit 1d61e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lld/test/ELF/dtlto/archive-thin.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ RUN: mkdir %t/out && cd %t/out
2929
## received JSON, pretty-prints the JSON and the supplied arguments, and then
3030
## exits with an error. This allows FileCheck directives to verify the
3131
## distributor inputs.
32-
RUN: echo '%t/t1.a %t/lib/t2.a ../t3.a \
33-
RUN: --thinlto-distributor="%python" \
34-
RUN: --thinlto-distributor-arg="%llvm_src_root/utils/dtlto/validate.py"' > rsp
32+
RUN: echo "%t/t1.a %t/lib/t2.a ../t3.a \
33+
RUN: --thinlto-distributor=\"%python\" \
34+
RUN: --thinlto-distributor-arg=\"%llvm_src_root/utils/dtlto/validate.py\"" > rsp
3535

3636
## Link thin archives using -u/--undefined.
3737
RUN: not ld.lld @rsp -u t1 -u t2 -u t3 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)