[PATCH] D77575: [debugify] Add way to omit debug-location from MIR output
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 13:04:45 PDT 2020
vsk added a comment.
Why not generalize this to something like -mir-print-debug-info, which, when set to false, makes the MIR printer stop printing DBG_ meta instructions as well? Then you might not need D77438 <https://reviews.llvm.org/D77438>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77575/new/
https://reviews.llvm.org/D77575
More information about the llvm-commits
mailing list