[cfe-dev] Build Failing

David Greene dag at cray.com
Fri Dec 17 09:55:06 PST 2010


I've been getting this build failure since yesterday afternoon:

[x86_64-off-opt]: /ptmp/dag/llvm-project.official/llvm/trunk/projects/clang/lib/Lex/PTHLexer.cpp: In static member function 'static clang::PTHManager* clang::PTHManager::Create(const std::string&, clang::Diagnostic&)':
[x86_64-off-opt]: /ptmp/dag/llvm-project.official/llvm/trunk/projects/clang/lib/Lex/PTHLexer.cpp:442: error: no matching function for call to 'llvm::MemoryBuffer::getFile(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, llvm::error_code&)'
[x86_64-off-opt]: /ptmp/dag/llvm-project.official/llvm/trunk/include/llvm/Support/MemoryBuffer.h:65: note: candidates are: static llvm::error_code llvm::MemoryBuffer::getFile(llvm::StringRef, llvm::OwningPtr<llvm::MemoryBuffer>&, int64_t)
[x86_64-off-opt]: /ptmp/dag/llvm-project.official/llvm/trunk/include/llvm/Support/MemoryBuffer.h:67: note:                 static llvm::error_code llvm::MemoryBuffer::getFile(const char*, llvm::OwningPtr<llvm::MemoryBuffer>&, int64_t)

Anyone else seeing this?  I've updated everything to TOT.

                                -Dave



More information about the cfe-dev mailing list