summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/plugins/builder_netbsd.py
blob: e980336ff9d9601bfbc8d5a398fe372da8521a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
from builder_base import *


def buildDsym(
        sender=None,
        architecture=None,
        compiler=None,
        dictionary=None,
        clean=True,
        testdir=None):
    return False
OpenPOWER on IntegriCloud