Displaying 1 result from an estimated 1 matches for "c3805".
Did you mean:
3805
2015 Sep 03
4
LLVM 3.7.0 build errors on Windows
...was fine on 3.4.2. I'm just experimenting with upgrading to
3.7.0, and everything works fine on OSX & Linux once I changed my
project to reflect the API updates.
On Windows, I get a bunch of compile errors - hundreds of them, but
variations on a couple of different themes, such as
Error C3805 '(': unexpected token, expected either '}' or a ','
llvm\Support\COFF.h 168
Error C3646 'Checksum': unknown override specifier
llvm\Object\COFF.h 50
Error C4430 missing type specifier - int assumed. Note: C++ does not...