Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp890 std::string LinkerPath(GetProgramPath(LinkerName.c_str())); in GetLinkerPath() local
891 if (llvm::sys::fs::can_execute(LinkerPath)) { in GetLinkerPath()
894 return LinkerPath; in GetLinkerPath()