[PATCH] D18706: [DWARF] Force a linkage_name on an inlined subprogram's abstract origin
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 15:12:39 PDT 2016
probinson added a comment.
In http://reviews.llvm.org/D18706#393327, @probinson wrote:
> In http://reviews.llvm.org/D18706#393310, @dblaikie wrote:
>
> > Would it be better to trigger this directly off the debugger tuning flag
> > now & drop the specific named flag?
>
>
> No. The original discussion over "tuning" specifically concluded that tuning should expand to defaults for feature-specific flags, and never be a controlling condition on its own. It should always be possible to override a tuning with specific flags.
This policy is documented in include/llvm/Target/TargetOptions.h, see the definition of enum DebuggerKind.
http://reviews.llvm.org/D18706
More information about the llvm-commits
mailing list