From 2f7da9d317c9e390aee1f68cdcf4da48e180aec4 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 2 Sep 2022 12:40:00 -0700 Subject: [PATCH] [Driver] Remove cc1 Separate form -fvisibility --- clang/include/clang/Driver/Options.td | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 6d08a27..a3134fd 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -6066,7 +6066,6 @@ def stack_protector : Separate<["-"], "stack-protector">, def stack_protector_buffer_size : Separate<["-"], "stack-protector-buffer-size">, HelpText<"Lower bound for a buffer to be considered for stack protection">, MarshallingInfoInt, "8">; -def : Separate<["-"], "fvisibility">, Alias; def ftype_visibility : Joined<["-"], "ftype-visibility=">, HelpText<"Default type visibility">, MarshallingInfoVisibility, fvisibility_EQ.KeyPath>; -- 2.7.4