Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp368 bool IsITANMSVCWindows = in getCompilerRT() local
371 const char *Prefix = IsITANMSVCWindows ? "" : "lib"; in getCompilerRT()
373 : (IsITANMSVCWindows ? ".lib" : ".a"); in getCompilerRT()