This patch enables the fexec-charset option to control the execution charset of string literals. It sets the default internal charset, system charset, and execution charset for z/OS and UTF-8 for all other platforms.
This patch depends on adding the CharSetConverter class https://reviews.llvm.org/D153417
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
The default should be in the "else"? It's confusing to pass two -fexec-charset arguments, even if it works.