http://llvm.org/bugs/show_bug.cgi?id=22747
Adrian Prantl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Adrian Prantl <[email protected]> --- I removed the assertion entirely in r231023, because it is absolutely possible to have DebugLocEntries that cannot be lowered into DWARF, such as certain Machine registers and constant floating point expressions (the second one I fixed in the last iteration but I forgot about the machine registers). The good thing is that I now have a testcase for where we could try harder to lower machine registers into Dwarf. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
