Added missing test constraints.

This commit is contained in:
Artem Belevich 2023-08-18 11:38:39 -07:00
parent 4d1d8a885d
commit 8f8df788ae

View File

@ -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 \