Skip to content

Commit 14da7d5

Browse files
authored
Match .exe on Windows (#128894)
If you have zlib (not standard) on Windows, this test runs, and it was missing a match for the file extension on lld.
1 parent 1d583ed commit 14da7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/hip-gz-options.hip

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
// RUN: -ggdb -gz=zlib 2>&1 | FileCheck %s
1010

1111
// CHECK-DAG: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
12-
// CHECK-DAG: {{".*lld" .* "--compress-debug-sections=zlib"}}
12+
// CHECK-DAG: {{".*lld.*" .* "--compress-debug-sections=zlib"}}
1313
// CHECK-DAG: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
1414
// CHECK: "--compress-debug-sections=zlib"

0 commit comments

Comments
 (0)