mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
Check a `Block` pointer before dereferencing. Using `function.mangled-name` led to a crash for a frame where the symbol context had no block info. In my case, the frame's function was a system frame. Differential Revision: https://reviews.llvm.org/D96307