lldbutil: Forward ASan launch info to test inferiors
authorVedant Kumar <vsk@apple.com>
Thu, 12 Dec 2019 00:19:08 +0000 (16:19 -0800)
committerVedant Kumar <vsk@apple.com>
Fri, 10 Jan 2020 22:52:51 +0000 (14:52 -0800)
commit4c00dbf22d7f0ad005444b412b450ee4b4779b6a
tree2b53cad68a8464cae20e464f73768291fdee2b7e
parentc5adcdc5c88a89241b1150824fc44370c62c7132
lldbutil: Forward ASan launch info to test inferiors

This allows an unsanitized test process which loads a sanitized DSO (the
motivating example is a Swift runtime dylib) to launch on Darwin.

rdar://57290132

Differential Revision: https://reviews.llvm.org/D71379
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/test/API/lit.cfg.py