From 04bea33e8ca7d1b4712488a6a8cd8710b36c965f Mon Sep 17 00:00:00 2001 From: David Carlier Date: Mon, 4 Jun 2018 11:59:18 +0000 Subject: [LLDB] Unit tests basic support for OpenBSD OpenBSD python module. llvm-svn: 333889 --- lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py b/lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py new file mode 100644 index 00000000000..c3df36b5a36 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py @@ -0,0 +1,10 @@ +from builder_base import * + + +def buildDsym( + sender=None, + architecture=None, + compiler=None, + dictionary=None, + testdir=None): + return False -- cgit v1.2.3