Author: Yaxun (Sam) Liu Date: 2020-09-11T17:57:36-04:00 New Revision: ee13ae030e21d584c72d384ea463896400ccee1c
URL: https://github.com/llvm/llvm-project/commit/ee13ae030e21d584c72d384ea463896400ccee1c DIFF: https://github.com/llvm/llvm-project/commit/ee13ae030e21d584c72d384ea463896400ccee1c.diff LOG: Fix test hip-gz-options.hip Added: Modified: clang/test/Driver/hip-gz-options.hip Removed: ################################################################################ diff --git a/clang/test/Driver/hip-gz-options.hip b/clang/test/Driver/hip-gz-options.hip index 063aedf8a0ac..b2544a42ebed 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" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits