llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Jonas Devlieghere (JDevlieghere) <details> <summary>Changes</summary> 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 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(): `````````` </details> https://github.com/llvm/llvm-project/pull/151367 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits