[PATCH] D46815: [DbgInfo] Fix StripDebugInfo
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 09:58:05 PDT 2018
vsk added inline comments.
================
Comment at: tools/opt/opt.cpp:759
- Passes.add(createCheckDebugifyModulePass(false));
+ Passes.add(createCheckDebugifyModulePass(StripDebug));
----------------
Why is this change needed? It doesn't seem related to the StripDebugInfo utility.
https://reviews.llvm.org/D46815
More information about the llvm-commits
mailing list