Building error on LLVM 3.8 MVS 2015 Win 10

Hello all,

I checked out LLVM 3.8 using svn as described here and I generated the sources with CMake.

I am using Windows 10 and Microsoft Visual Studio 2015.

I receive the following build error when building with Microsoft Visual Studio, but without making any change in the source code after generating the sources:

MSB6006 “cmd.exe” exited with code 1

Seems like char_t32/char_t16 types are not recognized.

Could someone help please?

Thank you,
Iulia Stirb

The errors only seem to occur in the test suites. Try disabling the ‘test’ flags in CMake (eg CLANG_INCLUDE_TESTS, LLVM_BUILD_TESTS) and re-generate.