[PATCH] D84774: [NewPM][PassInstrument] Add PrintPass callback to StandardInstrumentations
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 28 11:08:09 PDT 2020
ychen added a comment.
In D84774#2179410 <https://reviews.llvm.org/D84774#2179410>, @asbirlea wrote:
> Does it make sense to have the option to enable seeing where the adaptors are run?
Adding a static:cl at the top of StandardInstrumentation.cpp should do it. Do you want me to add it now or add it when we have use cases?
> Otherwise this looks good, it's nice to have the "Starting" and "Finished" match now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84774/new/
https://reviews.llvm.org/D84774
More information about the cfe-commits
mailing list