We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5c22c + 400d8b0 commit 1d61e62Copy full SHA for 1d61e62
lld/test/ELF/dtlto/archive-thin.test
@@ -29,9 +29,9 @@ RUN: mkdir %t/out && cd %t/out
29
## received JSON, pretty-prints the JSON and the supplied arguments, and then
30
## exits with an error. This allows FileCheck directives to verify the
31
## 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
+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
35
36
## Link thin archives using -u/--undefined.
37
RUN: not ld.lld @rsp -u t1 -u t2 -u t3 2>&1 | FileCheck %s
0 commit comments