Re: [CMake] Experiments in CMake support for Clang (header & standard) modules

2018-05-06 Thread David Blaikie
On Mon, Apr 30, 2018 at 3:30 PM Stephen Kelly wrote: > On 04/20/2018 01:39 AM, David Blaikie wrote: > > Hi there, > > I'm experimenting with creating examples (& potential changes to CMake > itself, if needed/useful) of building clang modules (currently using the >

Re: [CMake] Experiments in CMake support for Clang (header & standard) modules

2018-04-30 Thread Stephen Kelly
On 04/30/2018 11:30 PM, Stephen Kelly wrote: > Interestingly, GCC is taking a directory-centric approach in the > driver (-fmodule-path=) as opposed to the 'add a file to your > compile line for each import' that Clang and MSVC are taking: > >  http://gcc.gnu.org/wiki/cxx-modules > > Why is Clang

[CMake] Experiments in CMake support for Clang (header & standard) modules

2018-04-30 Thread Stephen Kelly
On 04/20/2018 01:39 AM, David Blaikie wrote: > Hi there, > > I'm experimenting with creating examples (& potential changes to CMake > itself, if needed/useful) of building clang modules (currently using > the semi-backwards compatible "header modules", with the intent of > also/moving towards

[CMake] Experiments in CMake support for Clang (header & standard) modules

2018-04-19 Thread David Blaikie
Hi there, I'm experimenting with creating examples (& potential changes to CMake itself, if needed/useful) of building clang modules (currently using the semi-backwards compatible "header modules", with the intent of also/moving towards supporting pre-standard C++ modules in development in