[llvm-branch-commits] [clang] [llvm] Enable fexec-charset option (PR #138895)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 12 00:42:43 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;
+
----------------
cor3ntin wrote:
Lets call that `DefaultTextEnding" (on most platforms we ignore whatever the system does by default)
https://github.com/llvm/llvm-project/pull/138895
More information about the llvm-branch-commits
mailing list