[DEBUG_INFO] Fix tests, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 27 Jul 2018 20:16:44 +0000 (20:16 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 27 Jul 2018 20:16:44 +0000 (20:16 +0000)
llvm-svn: 338158

clang/test/Driver/cuda-unsupported-debug-options.cu
clang/test/Driver/openmp-unsupported-debug-options.c

index 0069851..3aa1bc0 100644 (file)
@@ -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
index 2242077..20e0c47 100644 (file)
@@ -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