[cfe-dev] Language not recognized: 'c++-module-cpp-output'

David Blaikie via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 1 10:34:37 PDT 2017


Doesn't look like this was ever tested, so I'm not sure what it was for.
I'm guessing Richard didn't consider it necessary when he removed it...

So could you outline (show a small/complete example with source, commands,
etc) what you're trying to do? You might be able to take a look at Clang's
test cases to see what's supported/implemented right now.

On Thu, Jun 1, 2017 at 1:14 AM Boris Kolpackov via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hi,
>
> $ clang++-5.0 --version
> clang version 5.0.0-svn304373-1~exp1 (trunk)
>
> $ clang++-5.0 -std=c++1z -fmodules-ts -D__cpp_modules=201704 --precompile \
>   -o hello.pcm.o -c -x c++-module-cpp-output hello.mxx
>
> clang: error: language not recognized: 'c++-module-cpp-output'
>
> This language name was there at some point[1]. Maybe it was (accidentally)
> removed by this[2] commit?
>
> [1]
> https://github.com/llvm-mirror/clang/blob/master/include/clang/Driver/Types.def
> [2] https://www.mail-archive.com/cfe-commits@lists.llvm.org/msg54922.html
>
> Thanks,
> Boris
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170601/b558c1c5/attachment.html>


More information about the cfe-dev mailing list