]> granicus.if.org Git - clang/commitdiff
[OpenMP] Remove offending test.
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Wed, 9 Aug 2017 23:47:41 +0000 (23:47 +0000)
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Wed, 9 Aug 2017 23:47:41 +0000 (23:47 +0000)
Diff: D29660

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310537 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/openmp-offload.c

index 4765abc444a1a268211602e91abbe00d5fd451a4..8527f88b0c8cf20282311c495558160fc5e8ee12 100644 (file)
 
 /// ###########################################################################
 
-/// 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