Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-locstats] Avoid the locstats when no scope bytes coverage found | Djordje Todorovic | 2019-12-13 | 1 | -0/+39 |
If the total number of PC range bytes in each variable's enclosing scope ('scope bytes total') is 0, we will have division by zero. Differential Revision: https://reviews.llvm.org/D71415 |