[clang] 2f7da9d - [Driver] Remove cc1 Separate form -fvisibility
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 2 12:40:08 PDT 2022
Author: Fangrui Song
Date: 2022-09-02T12:40:00-07:00
New Revision: 2f7da9d317c9e390aee1f68cdcf4da48e180aec4
URL: https://github.com/llvm/llvm-project/commit/2f7da9d317c9e390aee1f68cdcf4da48e180aec4
DIFF: https://github.com/llvm/llvm-project/commit/2f7da9d317c9e390aee1f68cdcf4da48e180aec4.diff
LOG: [Driver] Remove cc1 Separate form -fvisibility
Added:
Modified:
clang/include/clang/Driver/Options.td
Removed:
################################################################################
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 6d08a27c6003..a3134fdae87c 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<CodeGenOpts<"SSPBufferSize">, "8">;
-def : Separate<["-"], "fvisibility">, Alias<fvisibility_EQ>;
def ftype_visibility : Joined<["-"], "ftype-visibility=">,
HelpText<"Default type visibility">,
MarshallingInfoVisibility<LangOpts<"TypeVisibilityMode">, fvisibility_EQ.KeyPath>;
More information about the cfe-commits
mailing list