[PATCH] D65453: Improve the accuracy of the Clang call graph analysis

Joshua Cranmer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 14:05:06 PDT 2019


jcranmer-intel added a comment.

Okay, I see the issue now. I originally developed this patch on a fork with a whole lot of extra changes, and that fork included some extra modifications to the callgraph that I had missed: https://github.com/intel/llvm/commit/971fecdc316930c0c1c79283d1094ee4c4ca41e0#diff-cae4e2b4043cd0f49ce29e77de22a5a5. I'll merge the callgraph-related changes in that patch back onto a clean patch for upstream.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65453/new/

https://reviews.llvm.org/D65453





More information about the cfe-commits mailing list