Skip to content

Revert "[lldb] Pick the builder for the target platform" #151367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

JDevlieghere
Copy link
Member

Reverts #151262 while I investigate why this breaks GreenDragon.

@JDevlieghere JDevlieghere merged commit 6b76ca8 into main Jul 30, 2025
6 of 10 checks passed
@JDevlieghere JDevlieghere deleted the revert-151262-remote-test-suite-builder branch July 30, 2025 17:46
@llvmbot llvmbot added the lldb label Jul 30, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 30, 2025

@llvm/pr-subscribers-lldb

Author: Jonas Devlieghere (JDevlieghere)

Changes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants