Hi, I am trying to generate a callgrapg using -print-callgrapg-sccs from LLVM’s Analysis and Transform Passes — LLVM 16.0.0git documentation in opt. But it says "./opt: unknown pass name ‘print-callgraph-sccs’
I tried to get a list of passes, but that does not have print-callgrapg-sccs option.
I don’t know why all the passes are not working, is there a specific command that I need to use to build to run this pass.