[PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 04:30:36 PDT 2016
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
More information about the cfe-commits
mailing list