Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22002

How to dump RTL files after linking multiple source files in GCC (linux)?

$
0
0

I am using egypt for making call graphs of my C project (a linux driver module). My problem is that function calls from one file to another file aren't shown. Most probably, this is because RTL files are created for every source file differently.

So, is there any way that I create the intermediate RTL files after linking all the source files?


Viewing all articles
Browse latest Browse all 22002

Trending Articles