[llvm-branch-commits] [clang] [llvm] Enable fexec-charset option (PR #138895)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 14 02:55:32 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;
----------------
cor3ntin wrote:
The option should stay `-fexec-charset` for GCC compat, but internally we would talk about ext encoding consistently.
https://github.com/llvm/llvm-project/pull/138895
More information about the llvm-branch-commits
mailing list