On Fri, May 2, 2014 at 11:04 AM, David Blaikie <[email protected]> wrote:

> On Fri, May 2, 2014 at 8:33 AM, Robert Lytton <[email protected]> wrote:
> > Hi David,
> >
> > The patch is to the XCore::Assemble::ConstructJob() method.
> > The OPT_g_Group flags are all forwarded to the external xcore assembler
> as a
> > '-g' flag,  apart from '-g0',  hence the fix.
> > Other assemblers may require different flags as directed by their
> > Assemble::ConstructJob() specialization.
> >
> > Does this answer your question?
>
> Somewhat - a quick survey shows that there's a similar bug in darwin
> and visualstudio support... not sure if there's a nicer way to handle
> this so we don't have to refix the bug everywhere.


We're already hosed if we try to invoke an external assembler in VS land.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to