[Lldb-commits] [lldb] Add a new SBExpressionOptions::SetLanguage() API (NFCI) (PR #89981)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 29 10:09:00 PDT 2024


================
@@ -10,6 +10,7 @@ config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
 config.lldb_obj_root = "@LLDB_BINARY_DIR@"
 config.lldb_src_root = "@LLDB_SOURCE_DIR@"
+config.lldb_built_include_dir = lit_config.substitute("@LLDB_BINARY_DIR@/include")
----------------
adrian-prantl wrote:

@JDevlieghere  I made the change — I'm not sure it does what you were hoping for though, since we still need to thread through `lldb_obj_root`.

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


More information about the lldb-commits mailing list