From 57dbc55c88def418d590b199f30e721ab7385fbe Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Wed, 9 Aug 2017 23:47:41 +0000 Subject: [PATCH] [OpenMP] Remove offending test. Diff: D29660 llvm-svn: 310537 --- clang/test/Driver/openmp-offload.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/clang/test/Driver/openmp-offload.c b/clang/test/Driver/openmp-offload.c index 4765abc..8527f88 100644 --- a/clang/test/Driver/openmp-offload.c +++ b/clang/test/Driver/openmp-offload.c @@ -716,14 +716,6 @@ /// ########################################################################### /// Check PTXAS is passed the compute capability passed to the driver. -// RUN: %clang -### -no-canonical-prefixes -target powerpc64le-unknown-linux-gnu -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda --fopenmp-ptx=+ptx52 %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHK-PTXAS-PPC64-VERSION %s - -// CHK-PTXAS-PPC64-VERSION: clang{{.*}}.bc" {{.*}}"-target-feature" "+ptx52" - -/// ########################################################################### - -/// Check PTXAS is passed the compute capability passed to the driver. // RUN: %clang -### -no-canonical-prefixes -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda --fopenmp-ptx=+ptx52 %s 2>&1 \ // RUN: | FileCheck -check-prefix=CHK-PTXAS-VERSION %s -- 2.7.4