Fwd: r256287 - Document that we recommend to turn off -gmodules when building a static

2016-01-08 Thread David Blaikie via cfe-commits
(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

Re: r256287 - Document that we recommend to turn off -gmodules when building a static

2016-01-08 Thread Adrian Prantl via cfe-commits
> 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

Re: r256287 - Document that we recommend to turn off -gmodules when building a static

2016-01-07 Thread David Blaikie via cfe-commits
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

r256287 - Document that we recommend to turn off -gmodules when building a static

2015-12-22 Thread Adrian Prantl via cfe-commits
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