https://llvm.org/bugs/show_bug.cgi?id=23513
Bug ID: 23513
Summary: msvc14 Compilation failed
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++14
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Using Visual Studio Community 2015 (msvc14), there are multiple following
errors during llvm/clang compilation:
Error C2956 sized deallocation function 'operator delete(void*, size_t)'
would be chosen as placement deallocation function. (compiling source file
llvm_clang\lib\AsmParser\LLParser.cpp) LLVMAsmParser
llvm_clang\include\llvm\IR\Function.h 125
and
Error C2664 'void
llvm::BitstreamWriter::EmitRecordWithBlob<uint64_t>(unsigned
int,llvm::SmallVectorImpl<uint64_t> &,llvm::StringRef)': cannot convert
argument 3 from 'unsigned __int64 *' to 'llvm::StringRef' clangSerialization
llvm_clang\tools\clang\lib\Serialization\ASTWriter.cpp 1533
When I install previous msvc version I will post here the results.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs