Added constraints on cl-options.cu test
authorArtem Belevich <tra@google.com>
Wed, 11 Mar 2020 23:02:29 +0000 (16:02 -0700)
committerArtem Belevich <tra@google.com>
Wed, 11 Mar 2020 23:06:09 +0000 (16:06 -0700)
clang/test/Driver/cl-options.cu

index 7597970..2fd393e 100644 (file)
@@ -3,6 +3,10 @@
 // Note: %s must be preceded by --, otherwise it may be interpreted as a
 // command-line option, e.g. on Mac where %s is commonly under /Users.
 
+// REQUIRES: clang-driver
+// REQUIRES: x86-registered-target
+// REQUIRES: nvptx-registered-target
+
 // -stack-protector should not be passed to device-side CUDA compilation
 // RUN: %clang_cl -### -nocudalib -nocudainc -- %s 2>&1 | FileCheck -check-prefix=GS-default %s
 // GS-default: "-cc1" "-triple" "nvptx64-nvidia-cuda"