forked from OSchip/llvm-project
Fix test hip-gz-options.hip
This commit is contained in:
parent
e3e3d6eecf
commit
ee13ae030e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue