[PATCH] D48105: [llvm][Instrumentation] Add Call Graph Profile pass

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 23:22:30 PDT 2018


chandlerc added a comment.

I had to revert this because the embedded function analysis runner inside the legacy pass manager for module passes appears to leak. =/ At least we found LeakSanitizer reports on the bots because of this commit.

Up to you whether you want to try and fix LegacyPM here or just switch to working on this w/ the new PM.


Repository:
  rL LLVM

https://reviews.llvm.org/D48105





More information about the llvm-commits mailing list