[PATCH] D18565: Implement an "I'm dtrace, please retain all debug types" option.
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 5 15:14:50 PDT 2016
aprantl abandoned this revision.
aprantl added a comment.
Meanwhile I made an experiment and compiled XNU with http://reviews.llvm.org/D18477 and compared the debug info from before and after and found no missing types at all. It is plausible that r107027 was added to work around the fact that six years ago LLVM was a lot worse at preserving debug info for local variables. It is also possible that the call graph of the kernel changed in the mean time or a combination of both.
Repository:
rL LLVM
http://reviews.llvm.org/D18565
More information about the cfe-commits
mailing list