[clang] Let clang-cl support CUDA/HIP (PR #68921)

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 08:41:16 PDT 2023


https://github.com/rnk approved this pull request.

Yep, we are fairly liberal about adding new clang options to the clang-cl mode, especially if they are in the feature `-f` flag namespace, which we believe will not conflict with MSVC flags.

https://github.com/llvm/llvm-project/pull/68921


More information about the cfe-commits mailing list