TMI: More fun with boxed classes
May. 9th, 2012 10:17 pm(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:
( Read more... )
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... )