@@ -2185,10 +2185,10 @@ def fwasm_exceptions : Flag<["-"], "fwasm-exceptions">, Group<f_Group>,
21852185 HelpText<"Use WebAssembly style exceptions">;
21862186def exception_model : Separate<["-"], "exception-model">,
21872187 Visibility<[CC1Option]>, HelpText<"The exception model">,
2188- Values<"dwarf,sjlj,seh,wasm">,
2189- NormalizedValuesScope<"LangOptions ::ExceptionHandlingKind">,
2190- NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm"]>,
2191- MarshallingInfoEnum<LangOpts <"ExceptionHandling">, "None">;
2188+ Values<"dwarf,sjlj,seh,wasm,none ">,
2189+ NormalizedValuesScope<"CodeGenOptions ::ExceptionHandlingKind">,
2190+ NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm", "None" ]>,
2191+ MarshallingInfoEnum<CodeGenOpts <"ExceptionHandling">, "None">;
21922192def exception_model_EQ : Joined<["-"], "exception-model=">,
21932193 Visibility<[CC1Option]>, Alias<exception_model>;
21942194def fignore_exceptions : Flag<["-"], "fignore-exceptions">, Group<f_Group>,
0 commit comments