[llvm-branch-commits] [clang] Convert to exec-charset inside getPredefinedStringLiteralFromCache (PR #196569)

Corentin Jabot via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 22 08:31:47 PDT 2026


================
@@ -326,6 +326,8 @@ class TargetInfo : public TransferrableTargetInfo,
 
   llvm::TextEncodingConverter *FormatStrConverter;
 
+  llvm::TextEncodingConverter *ExecStrConverter;
+
----------------
cor3ntin wrote:

Whether we decided to do that or not, we should not do it in this PR :)
Lets try to get the first PR through and then we can build on top of that.

https://github.com/llvm/llvm-project/pull/196569


More information about the llvm-branch-commits mailing list