From 94ab42b49ccbb31860f18b30a942f841e215b735 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Wed, 9 Aug 2017 20:52:58 +0000 Subject: [PATCH] [OpenMP] Fix failing test for D29660. Non-functional change. llvm-svn: 310519 --- clang/test/Driver/openmp-offload.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/test/Driver/openmp-offload.c b/clang/test/Driver/openmp-offload.c index 45889b1..4765abc 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" /// ########################################################################### -- 2.7.4