Skip to content

Commit 81cd283

Browse files
authored
[lldb/test] Add OpenBSD to _get_platform_os (#74036)
1 parent 4069299 commit 81cd283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def _get_platform_os(p):
108108
platform = "freebsd"
109109
elif platform.startswith("netbsd"):
110110
platform = "netbsd"
111+
elif platform.startswith("openbsd"):
112+
platform = "openbsd"
111113
return platform
112114

113115
return ""

0 commit comments

Comments
 (0)