Skip to content

Commit a9a6856

Browse files
authored
[SYCL] Require NVPTX registered target for CodeGenSYCL test (#16344)
This test forwards an option on to the NVPTX backend so must have the NVPTX target registered. This issue was noticed downstream.
1 parent 3565b58 commit a9a6856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGenSYCL/nvptx-short-ptr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Check that when we see the expected data layouts for NVPTX when we pass the
22
// -nvptx-short-ptr option.
3+
// REQUIRES: nvptx-registered-target
34

45
// RUN: %clang_cc1 -fsycl-is-device -disable-llvm-passes \
56
// RUN: -triple nvptx-nvidia-cuda -emit-llvm %s -o - \

0 commit comments

Comments
 (0)