mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
70a11261ac9ef8e84267a9a84acc391de17a0ada
Fixed an assertion that was causing a crash. The bug describes a case where we have an inlined block that doesn't contain the frame PC that was used to lookup the symbol context in the first place. This really shouldn't happen, so now we log if we run into this and don't assert. llvm-svn: 141338
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%