[PATCH] D77168: Add a flag to debug automatic variable initialization

Jian Cai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 16:34:10 PDT 2020


jcai19 added a comment.

Agreed, but having this option may save quite some time when bisecting files with many functions and stack variables, like this one <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/soc/soc-core.c?h=v4.14.174>. It will be much easier to write a script that automates the bisection process. What do you think? Thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77168/new/

https://reviews.llvm.org/D77168





More information about the cfe-commits mailing list