Home
last modified time | relevance | path

Searched refs:HIPPathEnv (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp452 else if (std::optional<std::string> HIPPathEnv = in detectHIPRuntime() local
454 if (!HIPPathEnv->empty()) in detectHIPRuntime()
455 HIPSearchDirs.emplace_back(std::move(*HIPPathEnv)); in detectHIPRuntime()