Workaround Python's map difference between Python2/3
authorSerge Guelton <sguelton@redhat.com>
Thu, 21 Mar 2019 14:44:58 +0000 (14:44 +0000)
committerSerge Guelton <sguelton@redhat.com>
Thu, 21 Mar 2019 14:44:58 +0000 (14:44 +0000)
commit468219b387af03c5465e01ea589cf5fcb2789b36
treec36d1c10b7d679b38b05c6a7c8aaa863636cb5a7
parentbfb779188ff0c5b049c17f8f2e034848d7537cbe
Workaround Python's map difference between Python2/3

When the output of map is not used, using a list comprehension or an explicit
call to list looks awkward.

Differential Revision: https://reviews.llvm.org/D59587

llvm-svn: 356672
lldb/scripts/Xcode/build-llvm.py