Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp602 Expected<std::string> OffloadBundlerPath = findProgram( in fatbinary() local
604 if (!OffloadBundlerPath) in fatbinary()
605 return OffloadBundlerPath.takeError(); in fatbinary()
621 CmdArgs.push_back(*OffloadBundlerPath); in fatbinary()
637 if (Error Err = executeCommands(*OffloadBundlerPath, CmdArgs)) in fatbinary()