diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-26 16:21:53 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-26 16:21:53 +0000 |
| commit | c2b696d812603e58d9cd18f0f24e483450776f97 (patch) | |
| tree | 585db0dbc5dd168cc6019cf9831dc01da7773026 | |
| parent | 07bed1386e87691e127b45de44fca1e2f3bd7833 (diff) | |
| download | bcm5719-llvm-c2b696d812603e58d9cd18f0f24e483450776f97.tar.gz bcm5719-llvm-c2b696d812603e58d9cd18f0f24e483450776f97.zip | |
Remove -fbuiltin-strcat and -fbuiltin-strcpy.
These options don't exist in gcc and clang was not handling them.
llvm-svn: 191435
| -rw-r--r-- | clang/include/clang/Driver/Options.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index cef39b8d6f2..041803e34da 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -360,8 +360,6 @@ def fbounds_checking : Flag<["-"], "fbounds-checking">, Group<f_Group>, 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>; |

