[PATCH] D77575: [debugify] Add way to omit debug-location from MIR output
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 14:10:47 PDT 2020
aprantl added a comment.
> In lieu of a proper pass that strips debug info
What is it that you need? Something like llvm::stripDebugInfo() (from DebugInfo.cpp) but for MIR? That should be very easy to adapt.
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