Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp687 std::string module_cache_argument("-fmodules-cache-path="); in Create() local
688 module_cache_argument.append(std::string(path.str())); in Create()
689 compiler_invocation_arguments.push_back(module_cache_argument); in Create()