Skip to content

Commit fc80931

Browse files
committed
[CodeGenCUDA] Fix check prefix typo on device-stub.cu tests
Noticed while fixing unused prefix warnings
1 parent ea4d24c commit fc80931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenCUDA/device-stub.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \
2929
// RUN: -target-sdk-version=9.2 -fgpu-rdc -fcuda-include-gpubinary %t -o - \
3030
// RUN: | FileCheck %s -allow-deprecated-dag-overlap \
31-
// RUN: --check-prefixes=ALL,LNX,RDC,CUDA,CUDARDC,CUDA_NEW
31+
// RUN: --check-prefixes=ALL,LNX,RDC,CUDA,CUDARDC,CUDA-NEW
3232
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -std=c++17 \
3333
// RUN: -target-sdk-version=9.2 -fgpu-rdc -fcuda-include-gpubinary %t -o - \
3434
// RUN: | FileCheck %s -allow-deprecated-dag-overlap \
35-
// RUN: --check-prefixes=ALL,LNX,RDC,CUDA,CUDARDC,CUDA_NEW,LNX_17
35+
// RUN: --check-prefixes=ALL,LNX,RDC,CUDA,CUDARDC,CUDA-NEW,LNX_17
3636
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \
3737
// RUN: -target-sdk-version=9.2 -o - \
3838
// RUN: | FileCheck -allow-deprecated-dag-overlap %s -check-prefix=NOGPUBIN

0 commit comments

Comments
 (0)