================
@@ -59,7 +59,10 @@ class VariablesTest : public ::testing::Test {
std::optional<llvm::sys::fs::TempFile> core;
std::optional<llvm::sys::fs::TempFile> binary;
- void CreateDebugger() { debugger = lldb::SBDebugger::Create(); }
+ void CreateDebugger() {
+ debugger = lldb::SBDebugger::Create();
+ SKIP_UNLESS_PLATFORM_SUPPORTED(debugger, "X86");
----------------
da-viper wrote:
Yes It is.
https://github.com/llvm/llvm-project/pull/184656
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits