[LLVMdev] "Value in symtab but has no slot number!!"
Ricardo
rmivs-jygf at yahoo.com
Fri Jun 3 22:17:10 PDT 2005
Hello,
I am receiving this error:
assert(Slot != -1 && "Value in symtab but has no slot number!!");
While trying to generate a module at run time using LLVM classes. Specifically with an instance of
StoreInst class. After I generate all the instructions, I try to save the Module to bytecode, but
I receive that error in the method 'outputSymbolTable'
Does anyone have any idea of why this can be happening?
Thanks in advance
More information about the llvm-dev
mailing list