[PATCH] D53270: [NewPM] implement SCC printing for -print-before-all/-print-after-all
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 00:40:17 PDT 2018
skatkov added inline comments.
================
Comment at: lib/Passes/StandardInstrumentations.cpp:75
+ if (!F.isDeclaration() && isFunctionInPrintList(F.getName()))
+ M = F.getParent();
+ }
----------------
Still believe you could do break in case you found a module.
Repository:
rL LLVM
https://reviews.llvm.org/D53270
More information about the llvm-commits
mailing list