summaryrefslogtreecommitdiffstats
path: root/Tests/MSVCRuntimeLibrary/verify.cu
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Implement MSVC runtime library abstractionBrad King2019-06-261-0/+1
In commit fb3370b6a1 (MSVC: Add abstraction for runtime library selection, 2019-04-10, v3.15.0-rc1~229^2) we overlooked updating flags for CUDA on Windows, where nvcc uses MSVC as the host compiler. Add them now and update the MSVCRuntimeLibrary test to cover CUDA. Fixes: #19428