jcai19 added a comment.

> For example, won't you need some way of figuring out what the 1,134th 
> variable in a file was after you've successfully bisected?

Once we know the Xth variable is causing issues, we can compare the IR or 
assembly of -fvar-auto-init-stop-after=X-1 and -fvar-auto-init-stop-after=X to 
figure out which variable it is, or I can print out the variable name and the 
enclosing function if it is preferred.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77168



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to