summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Driver/cuda-unsupported-debug-options.cu1
-rw-r--r--clang/test/Driver/openmp-unsupported-debug-options.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/cuda-unsupported-debug-options.cu b/clang/test/Driver/cuda-unsupported-debug-options.cu
index 00698519612..3aa1bc0b471 100644
--- a/clang/test/Driver/cuda-unsupported-debug-options.cu
+++ b/clang/test/Driver/cuda-unsupported-debug-options.cu
@@ -1,6 +1,7 @@
// REQUIRES: clang-driver
// REQUIRES: x86-registered-target
// REQUIRES: nvptx-registered-target
+// REQUIRES: zlib
// RUN: %clang -### -target x86_64-linux-gnu -c %s -g -gz 2>&1 | FileCheck %s
// RUN: %clang -### -target x86_64-linux-gnu -c %s -gdwarf -fdebug-info-for-profiling 2>&1 | FileCheck %s
diff --git a/clang/test/Driver/openmp-unsupported-debug-options.c b/clang/test/Driver/openmp-unsupported-debug-options.c
index 2242077b77f..20e0c47f7ff 100644
--- a/clang/test/Driver/openmp-unsupported-debug-options.c
+++ b/clang/test/Driver/openmp-unsupported-debug-options.c
@@ -1,6 +1,7 @@
// REQUIRES: clang-driver
// REQUIRES: x86-registered-target
// REQUIRES: nvptx-registered-target
+// REQUIRES: zlib
// RUN: %clang -### -target x86_64-linux-gnu -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda -c %s -g -gz 2>&1 | FileCheck %s
// RUN: %clang -### -target x86_64-linux-gnu -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda -c %s -gdwarf -fdebug-info-for-profiling 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud