search for: e2498990

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

2005 Jun 10
0
[LLVMdev] Problems with void*
...cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050610/e2498990/attachment.sig>
2005 Jun 10
2
[LLVMdev] Problems with void*
Hello, I am trying to use the LLVM classes (with Modules in memory) to represent some programs that use the void* type but I am having some problems handling that type. If I use WriteBytecodeToFile, I receive this error: Assertion `slot != -1 && "Module broken!"` If I save the module directly with PrintModulePass, it generates the .ll file fine, but if I try to compile it