I agree, they would be really nice to have. I'll take a look to see how hard it would be to support them.
On Fri, Oct 11, 2013 at 10:20 AM, Reid Kleckner <[email protected]> wrote: > Actually, /Fi and /Fa would be super handy, but I'm not sure how to wire > them up as secondary outputs. > > > On Fri, Oct 11, 2013 at 10:11 AM, Hans Wennborg <[email protected]> wrote: >> >> Author: hans >> Date: Fri Oct 11 12:11:51 2013 >> New Revision: 192465 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=192465&view=rev >> Log: >> clang-cl: Mark /FA and /Fa as unsupported options >> >> Modified: >> cfe/trunk/include/clang/Driver/CLCompatOptions.td >> cfe/trunk/test/Driver/cl-options.c >> >> Modified: cfe/trunk/include/clang/Driver/CLCompatOptions.td >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CLCompatOptions.td?rev=192465&r1=192464&r2=192465&view=diff >> >> ============================================================================== >> --- cfe/trunk/include/clang/Driver/CLCompatOptions.td (original) >> +++ cfe/trunk/include/clang/Driver/CLCompatOptions.td Fri Oct 11 12:11:51 >> 2013 >> @@ -165,6 +165,8 @@ def _SLASH_Zm : CLIgnoredJoined<"Zm">; >> >> def _SLASH_bigobj : CLFlag<"bigobj">; >> def _SLASH_EH : CLJoined<"EH">; >> +def _SLASH_FA : CLJoined<"FA">; >> +def _SLASH_Fa : CLJoined<"Fa">; >> def _SLASH_Fd : CLJoined<"Fd">; >> def _SLASH_fp : CLJoined<"fp">; >> def _SLASH_Gd : CLFlag<"Gd">; >> >> Modified: cfe/trunk/test/Driver/cl-options.c >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-options.c?rev=192465&r1=192464&r2=192465&view=diff >> >> ============================================================================== >> --- cfe/trunk/test/Driver/cl-options.c (original) >> +++ cfe/trunk/test/Driver/cl-options.c Fri Oct 11 12:11:51 2013 >> @@ -122,6 +122,7 @@ >> // RUN: %clang_cl /Zs /ofoo.obj /o foo.obj -- %s 2>&1 >> // RUN: %clang_cl /Zs /wfoo /Zc:wchar_t- -- %s 2>&1 >> // RUN: %clang_cl /Zs /ZI /Zi /MP -- %s 2>&1 >> +// RUN: %clang_cl /Zs /FA /FAc /FAs /FAu /Fafilename -- %s 2>&1 >> >> >> // We support -Xclang for forwarding options to cc1. >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
