[PATCH] D54608: [CUDA] updated CompileCudaWithLLVM.rst

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 16:52:39 PST 2018


jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/CompileCudaWithLLVM.rst:27
+7.0 through 9.2. If you need support for CUDA 10, you will need to use clang
+built from r342924 or newer.
 
----------------
Is there a way to query clang (or its source code) to see what versions it supports, so that people don't have to ping us manually?  Like, if we write the documentation saying "current release of clang", are we going to update it for every new release?


https://reviews.llvm.org/D54608





More information about the llvm-commits mailing list