[llvm-branch-commits] [clang] [llvm] Enable fexec-charset option (PR #138895)
Abhina Sree via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 13 11:11:03 PDT 2025
================
@@ -633,6 +633,9 @@ class LangOptions : public LangOptionsBase {
bool AtomicFineGrainedMemory = false;
bool AtomicIgnoreDenormalMode = false;
+ /// Name of the exec charset to convert the internal charset to.
+ std::string ExecCharset;
----------------
abhina-sree wrote:
I'm not sure if we should replace all these uses of Charset when the option name fexec-charset already has charset in it? Or do we only want the option to have that name and use encoding internally?
https://github.com/llvm/llvm-project/pull/138895
More information about the llvm-branch-commits
mailing list