tra added inline comments.

================
Comment at: test/Driver/cuda-detect.cu:75-77
@@ -74,1 +74,5 @@
 
+// Verify that compiler accepts CUDA syntax with "-x cuda-cpp-output".
+// RUN: %clang -Werror -fsyntax-only -x cuda-cpp-output -c %s
+//
+// Verify that C++ include paths are passed for both host and device frontends.
----------------
These two lines seem to be copy-pasted from cuda-simple.cu by mistake.


https://reviews.llvm.org/D22946



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to