Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp334 llvm::SmallString<128> ClPath; in ConstructJob() local
335 ClPath = TC.GetProgramPath("cl.exe"); in ConstructJob()
336 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()
337 linkPath = llvm::sys::path::parent_path(ClPath); in ConstructJob()