From: Gheorghe-Teodor Bercea Date: Wed, 9 Aug 2017 23:47:41 +0000 (+0000) Subject: [OpenMP] Remove offending test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a34df13f82bd40f6f3c682defe88d5169ece7620;p=clang [OpenMP] Remove offending test. Diff: D29660 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/openmp-offload.c b/test/Driver/openmp-offload.c index 4765abc444..8527f88b0c 100644 --- a/test/Driver/openmp-offload.c +++ b/test/Driver/openmp-offload.c @@ -715,14 +715,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