Re: [PATCH] Allow overriding -split-dwarf-file

2014-05-02 Thread Lubos Lunak
On Friday 11 of April 2014, Eric Christopher wrote: On Fri, Apr 4, 2014 at 9:07 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, David Blaikie wrote: Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4,

Re: [PATCH] Allow overriding -split-dwarf-file

2014-05-02 Thread David Blaikie
On Fri, Apr 4, 2014 at 9:07 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, David Blaikie wrote: Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4, 2014 at 8:24 AM, Lubos Lunak l.lu...@centrum.cz wrote: On

Re: [PATCH] Allow overriding -split-dwarf-file

2014-05-02 Thread Lubos Lunak
On Friday 02 of May 2014, David Blaikie wrote: On Fri, Apr 4, 2014 at 9:07 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, David Blaikie wrote: Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4, 2014 at

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-14 Thread Reid Kleckner
On Fri, Apr 11, 2014 at 2:12 PM, Eric Christopher echri...@gmail.comwrote: On Fri, Apr 4, 2014 at 9:07 AM, Lubos Lunak l.lu...@centrum.cz wrote: -Xclang and the underlying driver arguments aren't really a stable/guaranteed interface. I'd be more inclined to accept this change if it were

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-11 Thread Eric Christopher
On Fri, Apr 4, 2014 at 9:07 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, David Blaikie wrote: Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4, 2014 at 8:24 AM, Lubos Lunak l.lu...@centrum.cz wrote: On

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-04 Thread Eric Christopher
... Why would you want to do this? -eric On Apr 4, 2014 12:26 AM, Lubos Lunak l.lu...@centrum.cz wrote: The option -split-dwarf-file is passed by the driver to the compiler after processing -Xclang options, thus overriding any possible explicitly specified option: $ clang++ -c

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-04 Thread Lubos Lunak
On Friday 04 of April 2014, Eric Christopher wrote: ... Why would you want to do this? The compile itself happens in a chroot and the expected and actual output locations differ (and don't even exist in the other tree). I could do with changing DW_AT_GNU_dwo_name explicitly after the build,

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-04 Thread David Blaikie
Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4, 2014 at 8:24 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, Eric Christopher wrote: ... Why would you want to do this? The compile itself happens in a

Re: [PATCH] Allow overriding -split-dwarf-file

2014-04-04 Thread Lubos Lunak
On Friday 04 of April 2014, David Blaikie wrote: Oops, re-add cfe-commits. On Fri, Apr 4, 2014 at 8:34 AM, David Blaikie dblai...@gmail.com wrote: On Fri, Apr 4, 2014 at 8:24 AM, Lubos Lunak l.lu...@centrum.cz wrote: On Friday 04 of April 2014, Eric Christopher wrote: ... Why would you