[Lldb-commits] [lldb] Revert "[lldb] Pick the builder for the target platform" (PR #151367)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 30 10:46:16 PDT 2025


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/151367

Reverts llvm/llvm-project#151262 while I investigate why this breaks GreenDragon. 

>From 131f924162e1c94a57e3aa061103b2d19d94c0f2 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Wed, 30 Jul 2025 10:45:47 -0700
Subject: [PATCH] Revert "[lldb] Pick the builder for the target platform
 (#151262)"

This reverts commit eb9e526af050611ceafa6a53b73d72a7d3ea065c.
---
 lldb/packages/Python/lldbsuite/test/lldbplatformutil.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py b/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
index cea6270695dc0..a1ab06076dcb2 100644
--- a/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
+++ b/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
@@ -229,8 +229,7 @@ def hasChattyStderr(test_case):
 
 
 def builder_module():
-    """Return the builder for the target platform."""
-    return get_builder(getPlatform())
+    return get_builder(sys.platform)
 
 
 def getArchitecture():



More information about the lldb-commits mailing list