[PATCH] D77886: [mir-strip-debug] Optionally preserve debug info that wasn't from debugify/mir-debugify
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 10:25:28 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineStripDebug.cpp:30
+ if (!DebugifyMD) {
+ LLVM_DEBUG(dbgs() << "Leave debug info not from debugify\n");
+ return false;
----------------
`Stripping only debug info added by the debugify pass.`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77886/new/
https://reviews.llvm.org/D77886
More information about the llvm-commits
mailing list