[build.py] Add `-fms-compatibility-version=19` to `build.py`
authorAleksandr Urakov <aleksandr.urakov@jetbrains.com>
Mon, 11 Feb 2019 15:13:33 +0000 (15:13 +0000)
committerAleksandr Urakov <aleksandr.urakov@jetbrains.com>
Mon, 11 Feb 2019 15:13:33 +0000 (15:13 +0000)
commiteac19858e92fe977384db9a9bbc4c0968a7ec51f
treef4e46c6e7b5e251b5e460fe8afe9add35f53ee2b
parentd11fbf523d9ee55e1bc41556a61e3650ee2f35cc
[build.py] Add `-fms-compatibility-version=19` to `build.py`

Summary:
`clang-cl` can't compile tests containing `char16_t` and `char32_t` types
without the MSVC compatibility option passed. This patch adds the option to the
`clang-cl` call in the `build.py` script by default.

Reviewers: zturner, labath, stella.stamenova, serge-sans-paille

Reviewed By: labath

Subscribers: lldb-commits, leonid.mashinskiy

Tags: #lldb

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

llvm-svn: 353709
lldb/lit/helper/build.py