diff options
| author | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-08-09 23:47:41 +0000 |
|---|---|---|
| committer | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-08-09 23:47:41 +0000 |
| commit | 57dbc55c88def418d590b199f30e721ab7385fbe (patch) | |
| tree | d3838bd8d6ca717a0ea89927cbb5efb96a7bfa5f /clang/test | |
| parent | 3427d17cf8996d09d5b2fbc07cdf6ce457664b5b (diff) | |
| download | bcm5719-llvm-57dbc55c88def418d590b199f30e721ab7385fbe.tar.gz bcm5719-llvm-57dbc55c88def418d590b199f30e721ab7385fbe.zip | |
[OpenMP] Remove offending test.
Diff: D29660
llvm-svn: 310537
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/openmp-offload.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/Driver/openmp-offload.c b/clang/test/Driver/openmp-offload.c index 4765abc444a..8527f88b0c8 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 |

