search for: parsebytecodebuff

Displaying 2 results from an estimated 2 matches for "parsebytecodebuff".

Did you mean: parsebytecodebuffer
2007 Jan 08
1
[LLVMdev] reading, printing, compiling, JIT-ing LLVM modules?
...uld easiy be done with the llvm::Module::print function (into a memory ostream) -ie the print method of the Module class (portably) read (again, in the same format as above) an LLVM module in bytecode format from a MySQL table row (probably from a BLOB also) according to my understanding, the lvm::ParseBytecodeBuffer function does that. Is it really the inverse of the print method od Module? JIT-compile in memory this module (on Debian/x86 32bits & Debian/AMD64 64bits systems). I believe the JIT class and its JIT::getPointerToFunction (and others) method is ok for this. compile to a C external file, wit...
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...e: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:206: error: `Compressor' has not been declared /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:207: error: `ParseBytecodeBuffer' was not declared in this scope /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:209: error: `cerr' was not declared in this scope /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp: In function `void llvm_pch_write_init()': /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:226: error:...