[clang] 8f8df78 - Added missing test constraints.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 11:39:30 PDT 2023


Author: Artem Belevich
Date: 2023-08-18T11:39:11-07:00
New Revision: 8f8df788aefaf9c947f0b8768ebca45176c7e9ee

URL: https://github.com/llvm/llvm-project/commit/8f8df788aefaf9c947f0b8768ebca45176c7e9ee
DIFF: https://github.com/llvm/llvm-project/commit/8f8df788aefaf9c947f0b8768ebca45176c7e9ee.diff

LOG: Added missing test constraints.

Added: 
    

Modified: 
    clang/test/CodeGenCUDA/memcpy-libcall.cu

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenCUDA/memcpy-libcall.cu b/clang/test/CodeGenCUDA/memcpy-libcall.cu
index 12844fd9c2bc41..1180767545b12a 100644
--- a/clang/test/CodeGenCUDA/memcpy-libcall.cu
+++ b/clang/test/CodeGenCUDA/memcpy-libcall.cu
@@ -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 \


        


More information about the cfe-commits mailing list