Displaying 1 result from an estimated 1 matches for "kindtype".
Did you mean:
bindtype
2006 Oct 16
0
[LLVMdev] initializer does not match global variable type.
...sary to recreate your module. This is especially true
>since your source language is Objective-C and that has never been tried
>with llvm2cpp.
Hmmm. When I was trying to compile this stuff, I remember that at one
point I got an error relating to a function return ...Basictype rather
than ...Kindtype. The prototype and the real implementation of the
function had different return types. I changed the real implementation
to match the prototype and everything compiled. I wonder if this is
somehow affecting the code that llvm2cpp is creating.
>> llvm2cpp came from the llvm tarball. My g...