Skip to content

Commit 6b76ca8

Browse files
authored
Revert "[lldb] Pick the builder for the target platform" (#151367)
Reverts #151262 while I investigate why this breaks GreenDragon.
1 parent c56be46 commit 6b76ca8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/packages/Python/lldbsuite/test/lldbplatformutil.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ def hasChattyStderr(test_case):
229229

230230

231231
def builder_module():
232-
"""Return the builder for the target platform."""
233-
return get_builder(getPlatform())
232+
return get_builder(sys.platform)
234233

235234

236235
def getArchitecture():

0 commit comments

Comments
 (0)