Reconciling -save-temps intermediate file with cfg
0xd@tutamail.com
0xd@tutamail.com
Mon Apr 29 22:38:47 GMT 2024
I am attempting to reconcile the preprocessed C file with the cfg produced from -fdump-tree-cfg-blocks-lineno. The resulting cfg identifies the line numbers of basic blocks as they relate to the original source file, however I am trying to correlate the bb's to the intermediate file (which is what I'm ultimately parsing). Is there a way to do this?
Thank you in advance for any help.
More information about the Gcc-help
mailing list