Skip to content

Commit 2518c9d

Browse files
JDevliegherekrishna2803
authored andcommitted
Revert "[lldb] Pick the builder for the target platform" (llvm#151367)
Reverts llvm#151262 while I investigate why this breaks GreenDragon.
1 parent d9162c8 commit 2518c9d

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)