[PATCH] D114601: Read path to CUDA from env. variable CUDA_PATH on Windows
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 29 11:29:18 PST 2021
tra added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Cuda.cpp:137
} else if (HostTriple.isOSWindows()) {
- for (const char *Ver : Versions)
- Candidates.emplace_back(
----------------
Do we want to keep this as the fall-back for cases when `CUDA_PATH` is not set?
Otherwise, we're risking to break existing users.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114601/new/
https://reviews.llvm.org/D114601
More information about the cfe-commits
mailing list