开发者

llvm clang 2.6: "not using the clang compiler for C++ inputs "

LLVM 2.6 + clang.

Trying to compile C++ file and got:

clang: warning: not using the clang compiler for C++ inputs

How c开发者_如何学JAVAan I start clang in C++ mode?


I would get the trunk code. C++ support has been much improved since 2.6.

The clang driver Makefile in tools/clang/tools/driver uses the CLANG_IS_PRODUCTION define to control whether C++ is on or off. CLANG_IS_PRODUCTION means C++ off. The default for a trunk build is no CLANG_IS_PRODUCTION (i.e. a development build).


I know that the trunk code has c++ enabled. Perhaps you could use that instead?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜