Re: r313316 - [Module map] Introduce a private module re-export directive.

2017-09-20 Thread Galina Kistanova via cfe-commits
Thanks for looking. It seems your commit exposed some other issue. Now, unfortunately, it has stopped being reproducible. Thanks for looking anyway. A good bug will show itself sooner or later. Thanks Galina On Mon, Sep 18, 2017 at 3:49 PM, Douglas Gregor wrote: > > On Sep 18, 2017, at 3:11

Re: r313316 - [Module map] Introduce a private module re-export directive.

2017-09-18 Thread Douglas Gregor via cfe-commits
> On Sep 18, 2017, at 3:11 PM, Richard Smith wrote: > > On 18 September 2017 at 14:34, Douglas Gregor via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > >> On Sep 18, 2017, at 1:45 PM, Galina Kistanova > > wrote: >> >> Hello Douglas, >> >> Your r31331

Re: r313316 - [Module map] Introduce a private module re-export directive.

2017-09-18 Thread Richard Smith via cfe-commits
On 18 September 2017 at 14:34, Douglas Gregor via cfe-commits < cfe-commits@lists.llvm.org> wrote: > > On Sep 18, 2017, at 1:45 PM, Galina Kistanova > wrote: > > Hello Douglas, > > Your r313316 commit broke one of our builders on Thursday, Sep-14th. > http://lab.llvm.org:8011/builders/llvm-clang-

Re: r313316 - [Module map] Introduce a private module re-export directive.

2017-09-18 Thread Douglas Gregor via cfe-commits
> On Sep 18, 2017, at 1:45 PM, Galina Kistanova wrote: > > Hello Douglas, > > Your r313316 commit broke one of our builders on Thursday, Sep-14th. > http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/17506 > >

Re: r313316 - [Module map] Introduce a private module re-export directive.

2017-09-18 Thread Galina Kistanova via cfe-commits
Hello Douglas, Your r313316 commit broke one of our builders on Thursday, Sep-14th. http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/17506 Are you about to commit the fix, or shall I revert that commit to give you more time? Thanks Galina On Thu, Sep 14, 2017

r313316 - [Module map] Introduce a private module re-export directive.

2017-09-14 Thread Douglas Gregor via cfe-commits
Author: dgregor Date: Thu Sep 14 16:38:44 2017 New Revision: 313316 URL: http://llvm.org/viewvc/llvm-project?rev=313316&view=rev Log: [Module map] Introduce a private module re-export directive. Introduce a new "export_as" directive for top-level modules, which indicates that the current module i