Searched refs:module_cache_argument (Results 1 – 1 of 1) sorted by relevance
638 std::string module_cache_argument("-fmodules-cache-path="); in Create() local639 module_cache_argument.append(std::string(path.str())); in Create()640 compiler_invocation_arguments.push_back(module_cache_argument); in Create()