Skip to content

Commit

Permalink
Added missing test constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-B committed Aug 18, 2023
1 parent 4d1d8a8 commit 8f8df78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/CodeGenCUDA/memcpy-libcall.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// REQUIRES: x86-registered-target
// REQUIRES: nvptx-registered-target

// RUN: %clang_cc1 -x cuda -triple nvptx64-nvidia-cuda- -fcuda-is-device \
// RUN: -O3 -S %s -o - | FileCheck -check-prefix=PTX %s
// RUN: %clang_cc1 -x cuda -triple nvptx64-nvidia-cuda- -fcuda-is-device \
Expand Down

0 comments on commit 8f8df78

Please sign in to comment.