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.
1 parent 29dde55 commit 9ad5156Copy full SHA for 9ad5156
clang/test/Driver/hip-gz-options.hip
@@ -8,7 +8,7 @@
8
// RUN: -fgpu-rdc --offload-arch=gfx906 %s -nogpulib -nogpuinc \
9
// RUN: -ggdb -gz=zlib 2>&1 | FileCheck %s
10
11
-// CHECK-DAG: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
12
-// CHECK-DAG: {{".*lld.*" .* "--compress-debug-sections=zlib"}}
13
+// CHECK-DAG: {{".*clang(-[0-9]+)?(.exe)?" .* "--compress-debug-sections=zlib"}}
+// CHECK-DAG: {{".*lld(.exe)?" .* "--compress-debug-sections=zlib"}}
14
// CHECK: "--compress-debug-sections=zlib"
0 commit comments