Skip to content

Commit bff3f72

Browse files
authored
[CIR][CUDA] Fix typo
1 parent 436c635 commit bff3f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/CodeGen/CUDA/simple-nvptx-triple.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %s -o %t.cir
66
// RUN: FileCheck --check-prefix=CIR-HOST --input-file=%t.cir %s
77

8-
// RUN: %clang_cc1 -triple nvptx-fclangir \
8+
// RUN: %clang_cc1 -triple nvptx -fclangir \
99
// RUN: -fcuda-is-device -emit-cir -target-sdk-version=12.3 \
1010
// RUN: %s -o %t.cir
1111
// RUN: FileCheck --check-prefix=CIR-DEVICE --input-file=%t.cir %s

0 commit comments

Comments
 (0)