[llvm] r287290 - [CUDA] Update docs to indicate that MacOS is now supported.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 16:42:21 PST 2016


Author: jlebar
Date: Thu Nov 17 18:42:00 2016
New Revision: 287290

URL: http://llvm.org/viewvc/llvm-project?rev=287290&view=rev
Log:
[CUDA] Update docs to indicate that MacOS is now supported.

Modified:
    llvm/trunk/docs/CompileCudaWithLLVM.rst

Modified: llvm/trunk/docs/CompileCudaWithLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompileCudaWithLLVM.rst?rev=287290&r1=287289&r2=287290&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Thu Nov 17 18:42:00 2016
@@ -35,6 +35,9 @@ by many Linux package managers; you prob
 
 You will need CUDA 7.0, 7.5, or 8.0 to compile with clang.
 
+CUDA compilation is supported on Linux, and on MacOS as of XXXX-XX-XX.  Windows
+support is planned but not yet in place.
+
 Invoking clang
 --------------
 




More information about the llvm-commits mailing list