Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp353 std::vector<std::string> default_compilation_options = { in AddClangModuleCompilationOptions() local
356 options.insert(options.end(), default_compilation_options.begin(), in AddClangModuleCompilationOptions()
357 default_compilation_options.end()); in AddClangModuleCompilationOptions()