[PATCH] D40512: [Debugify] Add a pass to test debug info preservation
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 16:33:57 PST 2017
MatzeB added a comment.
Thanks this is a great idea!
I assume this will only ever be used via opt, so you could move the pass to `llvm/tools/opt` to keep the size of the llvm libraries smaller.
https://reviews.llvm.org/D40512
More information about the llvm-commits
mailing list