We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436c635 commit bff3f72Copy full SHA for bff3f72
clang/test/CIR/CodeGen/CUDA/simple-nvptx-triple.cu
@@ -5,7 +5,7 @@
5
// RUN: %s -o %t.cir
6
// RUN: FileCheck --check-prefix=CIR-HOST --input-file=%t.cir %s
7
8
-// RUN: %clang_cc1 -triple nvptx-fclangir \
+// RUN: %clang_cc1 -triple nvptx -fclangir \
9
// RUN: -fcuda-is-device -emit-cir -target-sdk-version=12.3 \
10
11
// RUN: FileCheck --check-prefix=CIR-DEVICE --input-file=%t.cir %s
0 commit comments