Re: [google gcc-4_8] LIPO: check the incompatibility of use and saved command line

2014-05-12 Thread Xinliang David Li
Ok. For non-autofdo path, I think a warning (even an error) is needed in case of mismatch. David On Mon, May 12, 2014 at 4:35 PM, Rong Xu wrote: > Hi, > > This patch adds an extra check of the incompatibility of use and saved > command line for the primary module. If the check files, we skip the

[google gcc-4_8] LIPO: check the incompatibility of use and saved command line

2014-05-12 Thread Rong Xu
Hi, This patch adds an extra check of the incompatibility of use and saved command line for the primary module. If the check files, we skip the inclusion of all aux modules. Maybe we should check the aux module command line with the use-compilation command line directly. But I keep the old way tha