go-llvm/llgo

TestMethodValues triggers an LLVM assert

quarnster opened this issue · 1 comments

=== RUN TestMethodValues
Assertion failed: (ExtractValueInst::getIndexedType(Agg->getType(), Idxs) == Val->getType() && "insertvalue indices invalid!"), function getInsertValue, file /Users/quarnster/code/3rdparty/llvm-3.3.src/lib/IR/Constants.cpp, line 1961.
panic: signal: abort trap

axw commented

Sorry about that. I'll use LLVM Debug+Asserts, and try to get this fixed soon.