[PATCH] D67723: [CodeView] Add option to disable inline line tables.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 12:17:29 PDT 2019


dblaikie added subscribers: JDevlieghere, aprantl.
dblaikie added a comment.

As per the bug - I'm not super inclined towards a function attribute here (& even if it's going to be an inliner rather than debug info generation/backend thing (which I'm more on the fence about - think I'm happy with either direction there, really) - I'd still be inclined towards it living in the DICompileUnit with other debug info things, rather than a function attribute). But happy to hear what other folks (especially the usual debug info cabal - @aprantl @probinson @JDevlieghere etc) think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67723





More information about the llvm-commits mailing list