[Lldb-commits] [lldb] [lldb] Add lldbutil.target_install() helper (PR #91944)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 07:34:49 PDT 2024


================
@@ -1654,6 +1654,26 @@ def find_library_callable(test):
     )
 
 
+def target_install(test, filename=None, path=None):
----------------
labath wrote:

This is optional, but I think something like `install_to_target` would be a better match for the naming style of the surrounding functions.

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


More information about the lldb-commits mailing list