[PATCH] D18477: Drop debug info for DISubprograms that are not referenced by anything
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 12:33:57 PDT 2016
aprantl added a comment.
Digging further through the commit (and radar) history this feature has been added to support dtrace.
Instead of having everyone pay for this, I think it would be a more appropriate resolution for this to add something like a -gfull option to clang that retains every type in the compile unit.
http://reviews.llvm.org/D18477
More information about the llvm-commits
mailing list