Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp271 std::string ModCachePath = "-fmodules-cache-path="; in Print() local
272 ModCachePath.append(RelModCacheDir.c_str()); in Print()
275 llvm::sys::printArg(OS, ModCachePath, Quote); in Print()