[clang] [llvm] Enable fexec-charset option (PR #138895)

Abhina Sree via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 19 05:56:33 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list