[llvm-commits] Compilation Failure

Bill Wendling isanbard at gmail.com
Sun Apr 29 04:06:52 PDT 2007


There's a compilation failure:

llvm[1]: Compiling MemoryBuffer.cpp for Debug build
/Volumes/Gir/devel/llvm/llvm.src/lib/Support/MemoryBuffer.cpp: In  
static member function 'static llvm::MemoryBuffer*  
llvm::MemoryBuffer::getFile(const char*, unsigned int, int64_t)':
/Volumes/Gir/devel/llvm/llvm.src/lib/Support/MemoryBuffer.cpp:161:  
error: no matching function for call to  
'llvm::sys::PathWithStatus::PathWithStatus(const char*&, unsigned int&)'
/Volumes/Gir/devel/llvm/llvm.src/include/llvm/System/Path.h:559:  
note: candidates are: llvm::sys::PathWithStatus::PathWithStatus(const  
std::string&)
/Volumes/Gir/devel/llvm/llvm.src/include/llvm/System/Path.h:551:  
note:                 llvm::sys::PathWithStatus::PathWithStatus(const  
llvm::sys::Path&)
/Volumes/Gir/devel/llvm/llvm.src/include/llvm/System/Path.h:545:  
note:                 llvm::sys::PathWithStatus::PathWithStatus(const  
llvm::sys::PathWithStatus&)
/Volumes/Gir/devel/llvm/llvm.src/include/llvm/System/Path.h:542:  
note:                 llvm::sys::PathWithStatus::PathWithStatus()
make[1]: *** [/Volumes/Gir/devel/llvm/llvm.obj/lib/Support/Debug/ 
MemoryBuffer.o] Error 1
make: *** [all] Error 1


-bw



More information about the llvm-commits mailing list