[Lldb-commits] [lldb] [lldb][ClangExpressionParser] Set BuiltinHeadersInSystemModules depending on SDK version (PR #102309)

Ian Anderson via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 11:19:13 PDT 2024


ian-twilightcoder wrote:

This really isn't the right approach. `BuiltinHeadersInSystemModules` isn't the only important default that the driver sets up. Can we change the invocation setup to use clang::createInvocation or clang::CompilerInvocation::CreateFromArgs or clang::BuildCompilation? Or is that planned for another change?

https://github.com/llvm/llvm-project/pull/102309


More information about the lldb-commits mailing list