summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-06-04 11:59:18 +0000
committerDavid Carlier <devnexen@gmail.com>2018-06-04 11:59:18 +0000
commit04bea33e8ca7d1b4712488a6a8cd8710b36c965f (patch)
treeec1e89939901d3b10e285eaf8c11a6a092366e9c /lldb
parent15aefbd3f692f55cdac5314dd37a312e53926ac9 (diff)
downloadbcm5719-llvm-04bea33e8ca7d1b4712488a6a8cd8710b36c965f.tar.gz
bcm5719-llvm-04bea33e8ca7d1b4712488a6a8cd8710b36c965f.zip
[LLDB] Unit tests basic support for OpenBSD
OpenBSD python module. llvm-svn: 333889
Diffstat (limited to 'lldb')
-rw-r--r--lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py10
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud