From e1c9feb6e530bc2e3d93cbbec6b72563bfbdd9ed Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 27 Jul 2018 20:16:44 +0000 Subject: [PATCH] [DEBUG_INFO] Fix tests, NFC. llvm-svn: 338158 --- clang/test/Driver/cuda-unsupported-debug-options.cu | 1 + clang/test/Driver/openmp-unsupported-debug-options.c | 1 + 2 files changed, 2 insertions(+) diff --git a/clang/test/Driver/cuda-unsupported-debug-options.cu b/clang/test/Driver/cuda-unsupported-debug-options.cu index 0069851..3aa1bc0 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 2242077..20e0c47 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 -- 2.7.4