Hi All, Does the lto module merge all the global symbol tables maintained by each function together? I mean, for example, if in two function bodies there are two global variable (suppose its name is aaa) references . Are the VAR_DECL nodes of variable aaa in the two function bodies is the same node?
Thanks, Hongtao Yu Purdue University