================ @@ -287,6 +287,8 @@ def ext_string_too_long : Extension<"string literal of length %0 exceeds " "support">, InGroup<OverlengthStrings>; def err_character_too_large : Error< "character too large for enclosing character literal type">; +def err_exec_charset_conversion_failed + : Error<"conversion to execution encoding failed: '%0'">; ---------------- abhina-sree wrote:
done, thanks! https://github.com/llvm/llvm-project/pull/138895 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
