@@ -3218,7 +3218,7 @@ def modules_reduced_bmi : Flag<["-"], "fmodules-reduced-bmi">,
32183218 HelpText<"Generate the reduced BMI">,
32193219 MarshallingInfoFlag<FrontendOpts<"GenReducedBMI">>;
32203220
3221- def experimental_modules_reduced_bmi : Flag<["-"], "fexperimental-modules-reduced-bmi">,
3221+ def experimental_modules_reduced_bmi : Flag<["-"], "fexperimental-modules-reduced-bmi">,
32223222 Group<f_Group>, Visibility<[ClangOption, CC1Option]>, Alias<modules_reduced_bmi>;
32233223
32243224def fmodules_embed_all_files : Joined<["-"], "fmodules-embed-all-files">,
@@ -7421,7 +7421,7 @@ def fuse_register_sized_bitfield_access: Flag<["-"], "fuse-register-sized-bitfie
74217421def relaxed_aliasing : Flag<["-"], "relaxed-aliasing">,
74227422 HelpText<"Turn off Type Based Alias Analysis">,
74237423 MarshallingInfoFlag<CodeGenOpts<"RelaxedAliasing">>;
7424- defm pointer_tbaa: BoolOption<"", "pointer-tbaa", CodeGenOpts<"PointerTBAA">,
7424+ defm pointer_tbaa: BoolOption<"", "pointer-tbaa", CodeGenOpts<"PointerTBAA">,
74257425DefaultTrue,
74267426 PosFlag<SetTrue, [], [ClangOption], "Enable">,
74277427 NegFlag<SetFalse, [], [ClangOption], "Disable">,
@@ -8298,11 +8298,6 @@ def internal_externc_isystem : Separate<["-"], "internal-externc-isystem">,
82988298 "implicit extern \"C\" semantics; these are assumed to not be "
82998299 "user-provided and are used to model system and standard headers' "
83008300 "paths.">;
8301- def internal_iframework : Separate<["-"], "internal-iframework">,
8302- MetaVarName<"<directory>">,
8303- HelpText<"Add directory to the internal system framework include search path; these "
8304- "are assumed to not be user-provided and are used to model system "
8305- "and standard frameworks' paths.">;
83068301
83078302} // let Visibility = [CC1Option]
83088303
0 commit comments