dotest: consistently call finalize_build_dictionary in debug info variants
authorPavel Labath <labath@google.com>
Wed, 1 Nov 2017 22:01:03 +0000 (22:01 +0000)
committerPavel Labath <labath@google.com>
Wed, 1 Nov 2017 22:01:03 +0000 (22:01 +0000)
commitcf82cc3d54108c4d67a954a6cf4905c262a65197
tree6012eba36becba904b378da49970463e1ecab241
parent813c5f21ddb70b44ad21a5b04c24debb3c01e24e
dotest: consistently call finalize_build_dictionary in debug info variants

dwarf&dwo versions were doing it, but gmodules and dsym weren't. All
this function does right now is pass OS=Android to make when targeting
android. This enables us to run dotest without manually passing --env
OS=Android.

llvm-svn: 317130
lldb/packages/Python/lldbsuite/test/lldbtest.py