Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp521 Expected<std::string> FatBinaryPath = in fatbinary() local
523 if (!FatBinaryPath) in fatbinary()
524 return FatBinaryPath.takeError(); in fatbinary()
536 CmdArgs.push_back(*FatBinaryPath); in fatbinary()
545 if (Error Err = executeCommands(*FatBinaryPath, CmdArgs)) in fatbinary()