Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/test/Driver/DTLTO/dtlto.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// DEFAULT: ld.lld
// DEFAULT-SAME: "--thinlto-distributor=d.exe"
// DEFAULT-SAME: "--thinlto-remote-compiler={{.*}}clang{{[^\"]*}}"
// DEFAULT-SAME: "--thinlto-remote-compiler={{[^"]+}}"

/// Check that nothing is forwarded when the compiler is not in LTO mode, and that
/// appropriate unused option warnings are issued.
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/DTLTO/ps5-dtlto.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// DEFAULT: prospero-lld
// DEFAULT-SAME: "--thinlto-distributor=d.exe"
// DEFAULT-SAME: "--thinlto-remote-compiler={{.*}}clang{{[^\"]*}}"
// DEFAULT-SAME: "--thinlto-remote-compiler={{[^"]+}}"

/// Check that the arguments are forwarded unconditionally even when the
/// compiler is not in LTO mode.
Expand Down
Loading