[clang] [llvm] Enable fexec-charset option (PR #138895)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 09:17:44 PDT 2025
================
@@ -491,6 +491,9 @@ class Triple {
/// For example, "fooos1.2.3" would return "1.2.3".
StringRef getEnvironmentVersionString() const;
+ /// getSystemCharset - Get the system charset of the triple.
+ StringRef getSystemCharset() const;
+
----------------
abhina-sree wrote:
Thanks, I added Narrow to the name here too
https://github.com/llvm/llvm-project/pull/138895
More information about the cfe-commits
mailing list