From f73363f1dd94996356cefbf24388f561891acf0b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 28 Jul 2018 11:09:23 +0000 Subject: Vendor import of lldb trunk r338150: https://llvm.org/svn/llvm-project/lldb/trunk@338150 --- packages/Python/lldbsuite/test/plugins/builder_openbsd.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/Python/lldbsuite/test/plugins/builder_openbsd.py (limited to 'packages/Python/lldbsuite/test/plugins/builder_openbsd.py') diff --git a/packages/Python/lldbsuite/test/plugins/builder_openbsd.py b/packages/Python/lldbsuite/test/plugins/builder_openbsd.py new file mode 100644 index 000000000000..c3df36b5a36d --- /dev/null +++ b/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