[PATCH] D47097: [DebugInfo] Preserve scope in auto generated StoreInst

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 08:41:20 PDT 2018


probinson added a comment.

Can we step back a second and better explain what the problem is?  With current Clang the debug info for this function looks okay to me.
The store that is "missing" a debug location is homing the formal parameter to its local stack location; this is part of prolog setup, not "real" code.


Repository:
  rC Clang

https://reviews.llvm.org/D47097





More information about the cfe-commits mailing list