[test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 17:27:06 +0000 (17:27 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 17:27:06 +0000 (17:27 +0000)
commit2d2cf936ac6c80fdc851fbd489c192e9bd8c4e9a
tree0310b2ec4bbce110f2252357f0049556e8fe781f
parent99c9d7bd6369a7505b86d7ea75a573265436e34a
[test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.

Pass the DSYMUTIL and SDKROOT variables on the command line instead of
the environment. This makes it easier to reproduce the make invocation
during development.

Differential revision: https://reviews.llvm.org/D68812

llvm-svn: 374385
lldb/packages/Python/lldbsuite/test/plugins/builder_base.py