[PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 17:54:39 PST 2016


joker.eph added a comment.

I still hit an assert with this patch:

Assertion failed: (I != Map.end() && "Missing identifier in type map"), function resolve, file include/llvm/IR/DebugInfoMetadata.h, line 89.

Investigating...


http://reviews.llvm.org/D16440





More information about the llvm-commits mailing list