[PATCH] D28075: MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preserve-debug-info
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 09:40:11 PST 2017
aprantl added a comment.
> I feel that -g ought to imply -mergefunc-preserve-debug-info - would you agree?
Note there is a strict rule that enabling debug info may not affect code generation and that (ideally) a stripped binary created with -h should be identical to a binary compiled without -g. If it isn't, that is considered a bug in LLVM.
https://reviews.llvm.org/D28075
More information about the llvm-commits
mailing list