HomeSort by: relevance | last modified time | path
    Searched defs:CRTPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MinGW.cpp 207 auto CRTPath = TC.getCompilerRTPath();
208 if (TC.getVFS().exists(CRTPath))
209 CmdArgs.push_back(Args.MakeArgString("-L" + CRTPath));
MSVC.cpp 431 auto CRTPath = TC.getCompilerRTPath();
432 if (TC.getVFS().exists(CRTPath))
433 CmdArgs.push_back(Args.MakeArgString("-libpath:" + CRTPath));

Completed in 16 milliseconds