[PATCH] D93031: Enable fexec-charset option
Abhina Sree via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 05:49:34 PST 2020
abhina.sreeskantharajan created this revision.
Herald added subscribers: dexonsmith, dang, hiraditya, mgorny.
abhina.sreeskantharajan requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
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 https://reviews.llvm.org/D88741
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93031
Files:
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CompilerInstance.h
clang/include/clang/Lex/LiteralSupport.h
clang/include/clang/Lex/LiteralTranslator.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Lex/CMakeLists.txt
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Lex/LiteralTranslator.cpp
clang/test/CodeGen/systemz-charset.c
clang/test/Driver/cl-options.c
clang/test/Driver/clang_f_opts.c
llvm/include/llvm/ADT/Triple.h
llvm/lib/Support/Triple.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93031.310863.patch
Type: text/x-patch
Size: 25495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/2b82f4d3/attachment.bin>
More information about the llvm-commits
mailing list