================
@@ -65,12 +67,26 @@ class TestFile {
   std::string Buffer;
 };
 
+/// Check if the debugger supports the given platform.
+bool DebuggerSupportsPlatform(lldb::SBDebugger &debugger,
+                              llvm::StringRef platform);
+
+#define SKIP_UNLESS_PLATFORM_SUPPORTED(debugger, platform)                     
\
----------------
da-viper wrote:

could we use `SKIP_IF_LLVM_TARGET_MISSING` instead to mirror what we already 
have in the API tests. 

https://github.com/llvm/llvm-project/pull/184656
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to