search for: readerwrappers

Displaying 6 results from an estimated 6 matches for "readerwrappers".

2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...le() (Reader.cpp :2351) ==10132== by 0x83E74EE: llvm::BytecodeReader::ParseBytecode(unsigned char const*, unsigned, std::string const&) ( Reader.cpp:2469) ==10132== by 0x83E7F4B: (anonymous namespace)::BytecodeFileReader::BytecodeFileReader(std::string const&, llvm::BytecodeHandler*) (ReaderWrappers.cpp:54) ==10132== by 0x83EA259: llvm::getBytecodeModuleProvider(std::string const&, llvm::BytecodeHandler*) ( ReaderWrappers.cpp:287) ==10132== by 0x83EA32A: llvm::ParseBytecodeFile(std::string const&, std::string*) (ReaderWrappers.cpp:297) ==10132== by 0x83D0920: main (opt.cpp:87)...
2004 Dec 21
2
[LLVMdev] win32 broken again
Primitive Unix I/O should not be used outside of lib/System: c:\llvm\lib\Bytecode\Reader\ReaderWrappers.cpp(140) : error C2039: 'read' : is not a member of 'operator``global namespace'''
2004 Dec 21
0
[LLVMdev] win32 broken again
Jeff, Thanks for reporting this. I had no idea ::read was being used in ReaderWrappers. I have re-implemented it using istream facilities. This should be much more portable. Please try again and let me know if its better. Thanks, Reid. On Mon, 2004-12-20 at 22:31, Jeff Cohen wrote: > Primitive Unix I/O should not be used outside of lib/System: > > c:\llvm\lib\Bytecode\Re...
2004 Dec 24
3
[LLVMdev] win32 broken again
Well... that didn't take long. I'm not sure what you did, Reid, with Path.cpp, but it broke VC++: Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol "public: __thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std...
2004 Aug 04
1
[LLVMdev] Reader.cpp:464: error: `intptr_t' undeclared (first use this function)
...Reader.cpp:464: error: `intptr_t' undeclared (first use this function) ------------------ It doesn't seem that you include <stddef.h>, where the intptr_t is declared, in the source file. When I included the header, it compiled without errors. The same error seems to be present for ReaderWrappers.cpp. /Henrik _________________________________________________________________ Find det, du s�ger p� MSN S�g http://search.msn.dk
2004 Dec 24
0
[LLVMdev] win32 broken again
...List <llvmdev at cs.uiuc.edu> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Subject: [LLVMdev] win32 broken again Date: Fri, 24 Dec 2004 00:08:24 -0800 Well... that didn't take long. I'm not sure what you did, Reid, with Path.cpp, but it broke VC++: Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol "public: __thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std...