From 99d062ea385858e8769aa5d8e89b3f00f3723c9e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 13 Jul 2015 21:18:53 +0000 Subject: [PATCH] clang/test/Driver/cuda-options.cu REQUIRES clang-driver, at least. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242067 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cuda-options.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Driver/cuda-options.cu b/test/Driver/cuda-options.cu index 647b1da769..ecb3f228ea 100644 --- a/test/Driver/cuda-options.cu +++ b/test/Driver/cuda-options.cu @@ -1,4 +1,5 @@ // Tests CUDA compilation pipeline construction in Driver. +// REQUIRES: clang-driver // Simple compilation case: // RUN: %clang -### -c %s 2>&1 \ -- 2.40.0