Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp290 bool IsITANMSVCWindows = in getCompilerRT() local
294 const char *Prefix = IsITANMSVCWindows ? "" : "lib"; in getCompilerRT()
296 : (IsITANMSVCWindows ? ".lib" : ".a"); in getCompilerRT()