File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222// FORWARD: ld.lld
2323// FORWARD-SAME: "--thinlto-distributor=d.exe"
24- // FORWARD-SAME: "--thinlto-remote-compiler={{.*}}clang{{(.exe)? }}"
24+ // FORWARD-SAME: "--thinlto-remote-compiler={{.*}}clang{{[^\"]* }}"
2525// FORWARD-SAME: "--thinlto-distributor-arg=a1"
2626// FORWARD-SAME: "--thinlto-distributor-arg=a2"
2727// FORWARD-SAME: "--thinlto-distributor-arg=a3"
4646
4747// DEFAULT: ld.lld
4848// DEFAULT-SAME: "--thinlto-distributor=d.exe"
49- // DEFAULT-SAME: "--thinlto-remote-compiler={{.*}}clang{{(.exe)? }}"
49+ // DEFAULT-SAME: "--thinlto-remote-compiler={{.*}}clang{{[^\"]* }}"
5050
5151/// Check that nothing is forwarded when the compiler is not in LTO mode, and that
5252/// appropriate unused option warnings are issued.
You can’t perform that action at this time.
0 commit comments