We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1ed4e commit ad757fbCopy full SHA for ad757fb
llvm/runtimes/CMakeLists.txt
@@ -277,7 +277,7 @@ function(runtime_default_target)
277
${ARG_CMAKE_ARGS}
278
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
279
LLVM_USE_LINKER
280
- CUDA # For runtimes that may look for the CUDA SDK (libc, offload, flang-rt)
+ CUDA CMAKE_CUDA # For runtimes that may look for the CUDA compiler and/or SDK (libc, offload, flang-rt)
281
FLANG_RUNTIME # Shared between Flang and Flang-RT
282
${ARG_PREFIXES}
283
EXTRA_TARGETS ${extra_targets}
0 commit comments