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