@@ -336,8 +336,6 @@ class AnalyzerOpts<string base>
336
336
: KeyPathAndMacro<"AnalyzerOpts->", base, "ANALYZER_"> {}
337
337
class MigratorOpts<string base>
338
338
: KeyPathAndMacro<"MigratorOpts.", base, "MIGRATOR_"> {}
339
- class InstallAPIOpts<string base>
340
- : KeyPathAndMacro<"InstallAPIOpts.", base, "INSTALLAPI_"> {}
341
339
342
340
// A boolean option which is opt-in in CC1. The positive option exists in CC1 and
343
341
// Args.hasArg(OPT_ffoo) can be used to check that the flag is enabled.
@@ -1143,8 +1141,7 @@ def config_user_dir_EQ : Joined<["--"], "config-user-dir=">,
1143
1141
def coverage : Flag<["-", "--"], "coverage">, Group<Link_Group>,
1144
1142
Visibility<[ClangOption, CLOption]>;
1145
1143
def cpp_precomp : Flag<["-"], "cpp-precomp">, Group<clang_ignored_f_Group>;
1146
- def current__version : JoinedOrSeparate<["-"], "current_version">,
1147
- Visibility<[ClangOption, CC1Option]>;
1144
+ def current__version : JoinedOrSeparate<["-"], "current_version">;
1148
1145
def cxx_isystem : JoinedOrSeparate<["-"], "cxx-isystem">, Group<clang_i_Group>,
1149
1146
HelpText<"Add directory to the C++ SYSTEM include search path">,
1150
1147
Visibility<[ClangOption, CC1Option]>,
@@ -1559,9 +1556,6 @@ def static_libsan : Flag<["-"], "static-libsan">,
1559
1556
HelpText<"Statically link the sanitizer runtime (Not supported for ASan, TSan or UBSan on darwin)">;
1560
1557
def : Flag<["-"], "shared-libasan">, Alias<shared_libsan>;
1561
1558
def fasm : Flag<["-"], "fasm">, Group<f_Group>;
1562
- def installapi : Flag<["-"], "installapi">,
1563
- Visibility<[ClangOption, CC1Option]>, Group<Action_Group>,
1564
- HelpText<"Create a text-based stub file by scanning header files">;
1565
1559
1566
1560
defm assume_unique_vtables : BoolFOption<"assume-unique-vtables",
1567
1561
CodeGenOpts<"AssumeUniqueVTables">, DefaultTrue,
@@ -4320,9 +4314,7 @@ def verify_pch : Flag<["-"], "verify-pch">, Group<Action_Group>,
4320
4314
Visibility<[ClangOption, CC1Option]>,
4321
4315
HelpText<"Load and verify that a pre-compiled header file is not stale">;
4322
4316
def init : Separate<["-"], "init">;
4323
- def install__name : Separate<["-"], "install_name">,
4324
- Visibility<[ClangOption, CC1Option]>,
4325
- MarshallingInfoString<InstallAPIOpts<"InstallName">>;
4317
+ def install__name : Separate<["-"], "install_name">;
4326
4318
def iprefix : JoinedOrSeparate<["-"], "iprefix">, Group<clang_i_Group>,
4327
4319
Visibility<[ClangOption, CC1Option]>,
4328
4320
HelpText<"Set the -iwithprefix/-iwithprefixbefore prefix">, MetaVarName<"<dir>">;
0 commit comments