aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaxun (Sam) Liu <yaxun.liu@amd.com>2020-09-11 17:56:28 -0400
committerYaxun (Sam) Liu <yaxun.liu@amd.com>2020-09-11 17:57:36 -0400
commitee13ae030e21d584c72d384ea463896400ccee1c (patch)
tree524e099fd00bc262ccd3f7fa3f465962db5dad67
parente3e3d6eecfa5003bf431d8223bcc968e2ce291c8 (diff)
downloadllvm-ee13ae030e21d584c72d384ea463896400ccee1c.zip
llvm-ee13ae030e21d584c72d384ea463896400ccee1c.tar.gz
llvm-ee13ae030e21d584c72d384ea463896400ccee1c.tar.bz2
Fix test hip-gz-options.hip
-rw-r--r--clang/test/Driver/hip-gz-options.hip2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/hip-gz-options.hip b/clang/test/Driver/hip-gz-options.hip
index 063aedf..b2544a4 100644
--- a/clang/test/Driver/hip-gz-options.hip
+++ b/clang/test/Driver/hip-gz-options.hip
@@ -8,7 +8,7 @@
// RUN: -fgpu-rdc --offload-arch=gfx906 %s -nogpulib -nogpuinc \
// RUN: -ggdb -gz=zlib 2>&1 | FileCheck %s
-// CHECK: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
+// CHECK-DAG: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
// CHECK-DAG: {{".*lld.*" .* "--compress-debug-sections=zlib"}}
// CHECK-DAG: {{".*clang.*" .* "--compress-debug-sections=zlib"}}
// CHECK: "--compress-debug-sections=zlib"