================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to