Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp202 } else if (std::optional<std::string> RocmPathEnv = in getInstallationPathCandidates() local
204 if (!RocmPathEnv->empty()) { in getInstallationPathCandidates()
205 ROCmSearchDirs.emplace_back(std::move(*RocmPathEnv)); in getInstallationPathCandidates()