[PATCH] D64033: Add column info for inline sites

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 15:49:46 PDT 2019


dblaikie added a comment.

What's the motivation for this? 
Should it be conditional on "-gcolumn-info"? (or skipping it in general if the column is zero? that'd make "-gno-column-info" fall out naturally)
(we don't put decl_column on subprogram DIEs, for instance - admittedly, it's more likely the same function could have multiple inline call sites on the same line than you'd have multiple functions defined on the same line)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64033





More information about the llvm-commits mailing list