Does anyone from LLVM community know if there is a way to generate CFG for the whole input source code using opt -dot-cfg foo.ll(.bc)
? as this one generates the CFG per function thus the connections between functions will be ignored.
It seems that the older analyze tool has depreciated.