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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
