@@ -627,7 +627,6 @@ defvar c23 = LangOpts<"C23">;
627627defvar lang_std = LangOpts<"LangStd">;
628628defvar open_cl = LangOpts<"OpenCL">;
629629defvar cuda = LangOpts<"CUDA">;
630- defvar render_script = LangOpts<"RenderScript">;
631630defvar hip = LangOpts<"HIP">;
632631defvar gnu_mode = LangOpts<"GNUMode">;
633632defvar asm_preprocessor = LangOpts<"AsmPreprocessor">;
@@ -8118,11 +8117,11 @@ def vtordisp_mode_EQ : Joined<["-"], "vtordisp-mode=">,
81188117def fnative_half_type: Flag<["-"], "fnative-half-type">,
81198118 HelpText<"Use the native half type for __fp16 instead of promoting to float">,
81208119 MarshallingInfoFlag<LangOpts<"NativeHalfType">>,
8121- ImpliedByAnyOf<[open_cl.KeyPath, render_script.KeyPath ]>;
8120+ ImpliedByAnyOf<[open_cl.KeyPath]>;
81228121def fnative_half_arguments_and_returns : Flag<["-"], "fnative-half-arguments-and-returns">,
81238122 HelpText<"Use the native __fp16 type for arguments and returns (and skip ABI-specific lowering)">,
81248123 MarshallingInfoFlag<LangOpts<"NativeHalfArgsAndReturns">>,
8125- ImpliedByAnyOf<[open_cl.KeyPath, render_script.KeyPath, hlsl.KeyPath, hip.KeyPath]>;
8124+ ImpliedByAnyOf<[open_cl.KeyPath, hlsl.KeyPath, hip.KeyPath]>;
81268125def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">,
81278126 HelpText<"Set default calling convention">,
81288127 Values<"cdecl,fastcall,stdcall,vectorcall,regcall,rtdcall">,
0 commit comments