From e88e9fc64db66b8dfbd3a83bc4ef94a9a2220671 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338158 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cuda-unsupported-debug-options.cu | 1 + test/Driver/openmp-unsupported-debug-options.c | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Driver/cuda-unsupported-debug-options.cu b/test/Driver/cuda-unsupported-debug-options.cu index 0069851961..3aa1bc0b47 100644 --- a/test/Driver/cuda-unsupported-debug-options.cu +++ b/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/test/Driver/openmp-unsupported-debug-options.c b/test/Driver/openmp-unsupported-debug-options.c index 2242077b77..20e0c47f7f 100644 --- a/test/Driver/openmp-unsupported-debug-options.c +++ b/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.50.1