[Lldb-commits] [lldb] [lldb][test] Set target OS for API tests in case of remote testing (PR #96654)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 8 06:25:13 PDT 2024
================
@@ -56,6 +56,10 @@ def target_is_android():
return configuration.lldb_platform_name == "remote-android"
+def target_is_remote_linux():
+ return configuration.lldb_platform_name == "remote-linux"
+
+
----------------
labath wrote:
I guess this isn't used anymore.
https://github.com/llvm/llvm-project/pull/96654
More information about the lldb-commits
mailing list