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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Jonas Devlieghere (JDevlieghere)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/151367.diff


1 Files Affected:

- (modified) lldb/packages/Python/lldbsuite/test/lldbplatformutil.py (+1-2) 


``````````diff
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():

``````````

</details>


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


More information about the lldb-commits mailing list