[Lldb-commits] [PATCH] D17860: Fix "ninja check-lldb" crash in IRExecutionUnit.cpp

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 8 11:05:28 PST 2016


jingham added a subscriber: jingham.
jingham added a comment.

I don't think this is right.  It is possible to have a sc.symbol be nullptr, but sc.function be valid.  So the check for sc.symbol will reject the valid information in the function.  Note, the code in the function is also wrong, since it only gets the address from the symbol.


http://reviews.llvm.org/D17860





More information about the lldb-commits mailing list