Hi, In LLVM, llc can be used to generate native assembly code for a selected target processor (-march=target). I would like to extract/build CFG from the generated assembly code. Is this possible in LLVM? Anyone knows how to extract CFG from the assembly code? Thanks. With regards Yan Lin