(oops, forgot to reply-all)
-- Forwarded message --
From: David Blaikie
Date: Fri, Jan 8, 2016 at 10:51 AM
Subject: Re: r256287 - Document that we recommend to turn off -gmodules
when building a static
To: Adrian Prantl
On Fri, Jan 8, 2016 at 8:34 AM, Adrian Prantl wrote
> On Jan 7, 2016, at 6:54 PM, David Blaikie wrote:
>
> Presumably this only applies when using implicit modules builds, not when
> using explicit modules builds. (though I'm not sure what the current behavior
> of -gmodules is with explicit modules, maybe it's untested/broken/etc anyway)
Why
Presumably this only applies when using implicit modules builds, not when
using explicit modules builds. (though I'm not sure what the current
behavior of -gmodules is with explicit modules, maybe it's
untested/broken/etc anyway)
On Tue, Dec 22, 2015 at 2:37 PM, Adrian Prantl via cfe-commits <
cfe
Author: adrian
Date: Tue Dec 22 16:37:22 2015
New Revision: 256287
URL: http://llvm.org/viewvc/llvm-project?rev=256287&view=rev
Log:
Document that we recommend to turn off -gmodules when building a static
library for distribution to other machines on the clang man page.
Modified:
cfe/trunk/do