Displaying 1 result from an estimated 1 matches for "c3646".
Did you mean:
3646
2015 Sep 03
4
LLVM 3.7.0 build errors on Windows
...hanged 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
support default-int llvm\Object\COFF.h 52
All the errors are reported in LLVM header files, mostly
llvm/Support/COF...