r191435 - Remove -fbuiltin-strcat and -fbuiltin-strcpy.

Rafael Espindola rafael.espindola at gmail.com
Thu Sep 26 09:21:53 PDT 2013


Author: rafael
Date: Thu Sep 26 11:21:53 2013
New Revision: 191435

URL: http://llvm.org/viewvc/llvm-project?rev=191435&view=rev
Log:
Remove -fbuiltin-strcat and -fbuiltin-strcpy.

These options don't exist in gcc and clang was not handling them.

Modified:
    cfe/trunk/include/clang/Driver/Options.td

Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=191435&r1=191434&r2=191435&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Thu Sep 26 11:21:53 2013
@@ -360,8 +360,6 @@ def fbounds_checking : Flag<["-"], "fbou
   HelpText<"Enable run-time bounds checks">;
 def fbounds_checking_EQ : Joined<["-"], "fbounds-checking=">, Flags<[CC1Option]>,
   Group<f_Group>;
-def fbuiltin_strcat : Flag<["-"], "fbuiltin-strcat">, Group<f_Group>;
-def fbuiltin_strcpy : Flag<["-"], "fbuiltin-strcpy">, Group<f_Group>;
 def fbuiltin : Flag<["-"], "fbuiltin">, Group<f_Group>;
 def fcaret_diagnostics : Flag<["-"], "fcaret-diagnostics">, Group<f_Group>;
 def fcatch_undefined_behavior : Flag<["-"], "fcatch-undefined-behavior">, Group<f_Group>;





More information about the cfe-commits mailing list