Skip to content

Commit 8f8df78

Browse files
committed
Added missing test constraints.
1 parent 4d1d8a8 commit 8f8df78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CodeGenCUDA/memcpy-libcall.cu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// REQUIRES: x86-registered-target
2+
// REQUIRES: nvptx-registered-target
3+
14
// RUN: %clang_cc1 -x cuda -triple nvptx64-nvidia-cuda- -fcuda-is-device \
25
// RUN: -O3 -S %s -o - | FileCheck -check-prefix=PTX %s
36
// RUN: %clang_cc1 -x cuda -triple nvptx64-nvidia-cuda- -fcuda-is-device \

0 commit comments

Comments
 (0)