Hi,
When building a fresh LLVM and Clang (both SVN r151358) I get following build failure:
M:\Development\Source\LLVM\tools\clang\lib\AST\Decl.cpp: In member function ‘unsigned int clang::FunctionDecl::getMemoryFunctionKind() const’:
M:\Development\Source\LLVM\tools\clang\lib\AST\Decl.cpp:2406:8: error: ‘BIstrncasecmp’ is not a member of ‘clang::Builtin’
M:\Development\Source\LLVM\tools\clang\lib\AST\Decl.cpp:2407:12: error: ‘BIstrncasecmp’ is not a member of ‘clang::Builtin’
M:\Development\Source\LLVM\tools\clang\lib\AST\Decl.cpp:2437:16: error: ‘BIstrncasecmp’ is not a member of ‘clang::Builtin’
Does anyone know what went wrong? I tried a clean rebuild twice.
Thanks!
Ruben