diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 20543d6c5d91..cabfd0edd953 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -498,6 +498,7 @@ def Wno_nonportable_cfstrings : Joined<["-"], "Wno-nonportable-cfstrings">, Grou Flags<[CC1Option]>; def Wnonportable_cfstrings : Joined<["-"], "Wnonportable-cfstrings">, Group, Flags<[CC1Option]>; +def Wno_sycl_strict : Joined<["-"], "Wno-sycl-strict">, Group, HelpText<"Disable warnings which enforce strict SYCL language compatibility.">; def Wp_COMMA : CommaJoined<["-"], "Wp,">, HelpText<"Pass the comma separated arguments in to the preprocessor">, MetaVarName<"">, Group;