Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp285 std::string ModCachePath = "-fmodules-cache-path="; in Print() local
286 ModCachePath.append(RelModCacheDir.c_str()); in Print()
289 printArg(OS, ModCachePath, Quote); in Print()