[PATCH] For clang-cl, implement additional compatibility arguments (/vm, /GF, /GF-, /Zm, /bigobj).

Reid Kleckner rnk at google.com
Thu Oct 3 13:18:06 PDT 2013


  Looks good, do you need somebody to commit it?


================
Comment at: include/clang/Driver/CLCompatOptions.td:178
@@ -172,2 +177,3 @@
 def _SLASH_o : CLJoinedOrSeparate<"o">;
+def _SLASH_vm : CLJoined<"vm">;
 def _SLASH_Za : CLFlag<"Za">;
----------------
Can you split this into the little /vm optoins, so we don't accept unknown /vmasdf args?  I think we can accept and ignore /vmg, since that's our default behavior.  We used to default to /vmb.  I'd actually like to add support for going back to that mode, even though it doesn't conform.


http://llvm-reviews.chandlerc.com/D1818



More information about the cfe-commits mailing list