This is the mail archive of the gcc-patches@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: [lto] PATCH: fill in code to merge declarations


Sandra Loosemore wrote:

I haven't figured out how to test this yet -- when I try to run more than one file through the driver with -x lto -c, it seems to want to compile them separately instead of merging them. Do I need some other switch, or has this not been implemented yet?

I will review the patch later today. However, I think that "-combine" should work, e.g.:


gcc -x lto -c -combine a.o b.o

Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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