[clang] [llvm] Enable fexec-charset option (PR #138895)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 06:42:50 PDT 2026
abhina-sree wrote:
> I have an idea how to make this progr_e_ss. How about extracting the option handling in a separate PR? I guess this is the less controversial change and could be landed independently. That is, add the `-fexec-charset` option, process it and pass from the driver to the compiler, which will define `__clang_literal_encoding`, and that's all. This will also ensure that the driver/preprocessor changes have good test coverage.
Sure I can move that to a separate PR, thanks!
https://github.com/llvm/llvm-project/pull/138895
More information about the cfe-commits
mailing list