r242067 - clang/test/Driver/cuda-options.cu REQUIRES clang-driver, at least.

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 13 14:18:53 PDT 2015


Author: chapuni
Date: Mon Jul 13 16:18:53 2015
New Revision: 242067

URL: http://llvm.org/viewvc/llvm-project?rev=242067&view=rev
Log:
clang/test/Driver/cuda-options.cu REQUIRES clang-driver, at least.

Modified:
    cfe/trunk/test/Driver/cuda-options.cu

Modified: cfe/trunk/test/Driver/cuda-options.cu
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cuda-options.cu?rev=242067&r1=242066&r2=242067&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cuda-options.cu (original)
+++ cfe/trunk/test/Driver/cuda-options.cu Mon Jul 13 16:18:53 2015
@@ -1,4 +1,5 @@
 // Tests CUDA compilation pipeline construction in Driver.
+// REQUIRES: clang-driver
 
 // Simple compilation case:
 // RUN: %clang -### -c %s 2>&1 \





More information about the cfe-commits mailing list