diff options
author | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-08-09 20:52:58 +0000 |
---|---|---|
committer | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-08-09 20:52:58 +0000 |
commit | 94ab42b49ccbb31860f18b30a942f841e215b735 (patch) | |
tree | 08ab41fd58edeb456495c732a889aa876d999c30 /clang/test/Driver/openmp-offload.c | |
parent | c0c182cce1565213a4b0b0a7284538fbcf8b5955 (diff) | |
download | bcm5719-llvm-94ab42b49ccbb31860f18b30a942f841e215b735.tar.gz bcm5719-llvm-94ab42b49ccbb31860f18b30a942f841e215b735.zip |
[OpenMP] Fix failing test for D29660.
Non-functional change.
llvm-svn: 310519
Diffstat (limited to 'clang/test/Driver/openmp-offload.c')
-rw-r--r-- | clang/test/Driver/openmp-offload.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/Driver/openmp-offload.c b/clang/test/Driver/openmp-offload.c index 45889b1329b..4765abc444a 100644 --- a/clang/test/Driver/openmp-offload.c +++ b/clang/test/Driver/openmp-offload.c @@ -716,12 +716,10 @@ /// ########################################################################### /// 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 -save-temps %s 2>&1 \ +// 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" -// CHK-PTXAS-PPC64-VERSION-NEXT: clang{{.*}}.bc" {{.*}}"-target-feature" "+ptx52" -// CHK-PTXAS-PPC64-VERSION-NEXT: clang{{.*}}.bc" {{.*}}"-target-feature" "+ptx52" /// ########################################################################### |