Skip to content

Commit b3f2052

Browse files
JDevliegheregithub-actions[bot]
authored andcommitted
Automerge: Revert "[lldb] Pick the builder for the target platform" (#151367)
Reverts llvm/llvm-project#151262 while I investigate why this breaks GreenDragon.
2 parents 2c74e9c + 6b76ca8 commit b3f2052

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)