<div dir="auto">Hi all,<div dir="auto">I was able to create a pass following [1]. Now goal is amend the pass and try to dump the call graph. I think I have properly amended the source extending my pass from CallGraphSCCPass but unfortunately every time I run it, it crashes. I tried with llvm-6 and llvm-7. I notice that if I change EP_EarlyAsPossible to anything else it does not crash but I don't see the expected string printed by the runOnSCC.</div><div dir="auto"><br></div><div dir="auto">Could you help me to solve this problem? How should I create the pass?</div><div dir="auto"><br></div><div dir="auto">Thanks for your time</div><div dir="auto"><br></div><div dir="auto">[1] <a href="https://www.cs.cornell.edu/~asampson/blog/llvm.html">https://www.cs.cornell.edu/~asampson/blog/llvm.html</a></div></div>