clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place like "path-to-clang-foo".

llvm-svn: 272874
This commit is contained in:
NAKAMURA Takumi 2016-06-16 06:08:09 +00:00
parent dbe00d51b4
commit 6e72651e59
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// RUN: %clang -### -target x86_64-linux-gnu -c -march=haswell --cuda-gpu-arch=sm_20 %s 2>&1 | \
// RUN: FileCheck %s
// CHECK:clang
// CHECK: bin{{/|\\+}}clang
// CHECK: "-cc1"
// CHECK-SAME: "-triple" "nvptx
// CHECK-SAME: "-target-cpu" "sm_20"
@ -19,6 +19,6 @@
// CHECK: ptxas
// CHECK-SAME: "--gpu-name" "sm_20"
// CHECK:clang
// CHECK: bin{{/|\\+}}clang
// CHECK-SAME: "-cc1"
// CHECK-SAME: "-target-cpu" "haswell"