aturetsk added a comment. Hi Bruno, Thanks for the review.
================ Comment at: include/clang/Basic/DiagnosticDriverKinds.td:157 @@ -156,1 +156,3 @@ +def err_drv_cxx_not_supported : Error< + "C++ is not supported for target '%0'">; ---------------- Yes. I've found nothing similar. ================ Comment at: lib/Driver/Tools.cpp:301 @@ -299,3 +300,3 @@ CheckPreprocessingOptions(D, Args); Args.AddLastArg(CmdArgs, options::OPT_C); ---------------- Done. ================ Comment at: lib/Driver/Tools.cpp:574 @@ -569,1 +573,3 @@ + getToolChain().AddIAMCUIncludeArgs(Args, CmdArgs); + } ---------------- Done. http://reviews.llvm.org/D19274 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits