Home
last modified time | relevance | path

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

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