[Lldb-commits] [lldb] 6b76ca8 - Revert "[lldb] Pick the builder for the target platform" (#151367)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 10:46:21 PDT 2025
Author: Jonas Devlieghere
Date: 2025-07-30T10:46:18-07:00
New Revision: 6b76ca88ac2147ee3c5c458ac568a9ddc7c0965f
URL: https://github.com/llvm/llvm-project/commit/6b76ca88ac2147ee3c5c458ac568a9ddc7c0965f
DIFF: https://github.com/llvm/llvm-project/commit/6b76ca88ac2147ee3c5c458ac568a9ddc7c0965f.diff
LOG: Revert "[lldb] Pick the builder for the target platform" (#151367)
Reverts llvm/llvm-project#151262 while I investigate why this breaks
GreenDragon.
Added:
Modified:
lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
Removed:
################################################################################
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