Does anyone in the LLVM community know if there is a way to generate CFG for all source code using opt -dot-cfg foo.ll(.bc) ? since this generates CFG for each function, therefore, connections between functions will be ignored.
It seems that the old analysis tool has depreciated.
source share