From 8527c1ed66c63db0590cd69320ba0bf8fad59b87 Mon Sep 17 00:00:00 2001 From: Artem Belevich Date: Wed, 11 Mar 2020 16:02:29 -0700 Subject: [PATCH] Added constraints on cl-options.cu test --- clang/test/Driver/cl-options.cu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/test/Driver/cl-options.cu b/clang/test/Driver/cl-options.cu index 7597970..2fd393e 100644 --- a/clang/test/Driver/cl-options.cu +++ b/clang/test/Driver/cl-options.cu @@ -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" -- 2.7.4