This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can distinguish DECL in LTO mode?


On August 12, 2018 12:30:26 PM GMT+02:00, zet <feqin1023@gmail.com> wrote:
>Hello, everyone.
>Sorry to disturb you, but this question confused me several days, I
>have
>searched the GCC source code cannot find the answers.
>
>I know we can distinguish the different DECL tree using DECL_UID in a
>translation unit. But when in LTO mode, lto1 combine some input fat
>object
>files. How can I distinguish the different DECL tree may come from
>two different object files?

Decl_uid is re-assigned during LTO streaming and thus still unique. 

Richard. 

>
>Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]