File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11// REQUIRES: lld
22
3- /// https://github.com/llvm/llvm-project/issues/159125.
4- // XFAIL: llvm-driver
5-
63/// Check DTLTO options are forwarded to the linker.
74
85/// Check that options are forwarded as expected with --thinlto-distributor=.
1512// FORWARD: filename.py:[[CLANG:.*]]
1613// FORWARD: ld.lld
1714// FORWARD-SAME: "--thinlto-distributor=d.exe"
18- // FORWARD-SAME: "--thinlto-remote-compiler={{. *}}[[CLANG]]"
15+ // FORWARD-SAME: "--thinlto-remote-compiler={{[^"] *}}[[CLANG]]"
1916// FORWARD-SAME: "--thinlto-distributor-arg=a1"
2017// FORWARD-SAME: "--thinlto-distributor-arg=a2"
2118// FORWARD-SAME: "--thinlto-distributor-arg=a3"
3936// RUN: FileCheck %s --input-file=%t_default.log --check-prefix=DEFAULT \
4037// RUN: --implicit-check-not=distributor --implicit-check-not=remote-compiler
4138
39+ // DEFAULT: filename.py:[[CLANG:.*]]
4240// DEFAULT: ld.lld
4341// DEFAULT-SAME: "--thinlto-distributor=d.exe"
44- // DEFAULT-SAME: "--thinlto-remote-compiler={{[^"]+}} "
42+ // DEFAULT-SAME: "--thinlto-remote-compiler={{[^"]*}}[[CLANG]] "
4543
4644/// Check that nothing is forwarded when the compiler is not in LTO mode, and that
4745/// appropriate unused option warnings are issued.
Original file line number Diff line number Diff line change 11// REQUIRES: lld
22
3- /// https://github.com/llvm/llvm-project/issues/159125.
4- // XFAIL: llvm-driver
5-
63/// Check DTLTO options are forwarded to the linker.
74
85/// Check that options are forwarded as expected with --thinlto-distributor=.
1512// FORWARD: filename.py:[[CLANG:.*]]
1613// FORWARD: prospero-lld
1714// FORWARD-SAME: "--thinlto-distributor=d.exe"
18- // FORWARD-SAME: "--thinlto-remote-compiler={{. *}}[[CLANG]]"
15+ // FORWARD-SAME: "--thinlto-remote-compiler={{[^"] *}}[[CLANG]]"
1916// FORWARD-SAME: "--thinlto-distributor-arg=a1"
2017// FORWARD-SAME: "--thinlto-distributor-arg=a2"
2118// FORWARD-SAME: "--thinlto-distributor-arg=a3"
4239// DEFAULT: filename.py:[[CLANG:.*]]
4340// DEFAULT: prospero-lld
4441// DEFAULT-SAME: "--thinlto-distributor=d.exe"
45- // DEFAULT-SAME: "--thinlto-remote-compiler={{. *}}[[CLANG]]"
42+ // DEFAULT-SAME: "--thinlto-remote-compiler={{[^"] *}}[[CLANG]]"
4643
4744/// Check that the arguments are forwarded unconditionally even when the
4845/// compiler is not in LTO mode.
You can’t perform that action at this time.
0 commit comments