2012-05-09

tim: Tim with short hair, smiling, wearing a black jacket over a white T-shirt (work)
2012-05-09 10:17 pm
Entry tags:

TMI: More fun with boxed classes

(From Wednesday, May 9)

Continuing the work on heap-allocated classes (which I ended up abandoning), I ran into more bugs with how I was invoking GetElementPtr:

Assertion failed: (Ty && "Invalid GetElementPtrInst indices for type!"),
function checkGEPType, file /Users/TimChevalier/rust/src/llvm/include
/llvm/Instructions.h, line 703.

Read more... )