Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp638 std::string module_cache_argument("-fmodules-cache-path="); in Create() local
639 module_cache_argument.append(std::string(path.str())); in Create()
640 compiler_invocation_arguments.push_back(module_cache_argument); in Create()