[all-commits] [llvm/llvm-project] 718c50: This patch enables the fexec-charset option to con...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Wed Jun 11 08:29:30 PDT 2025
Branch: refs/heads/users/abhina/fexec_charset
Home: https://github.com/llvm/llvm-project
Commit: 718c50e6fe6b82e0e1251422e75759b654b38b5a
https://github.com/llvm/llvm-project/commit/718c50e6fe6b82e0e1251422e75759b654b38b5a
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/TokenKinds.h
M clang/include/clang/Driver/Options.td
A clang/include/clang/Lex/LiteralConverter.h
M clang/include/clang/Lex/LiteralSupport.h
M clang/include/clang/Lex/Preprocessor.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/lib/Lex/CMakeLists.txt
A clang/lib/Lex/LiteralConverter.cpp
M clang/lib/Lex/LiteralSupport.cpp
A clang/test/CodeGen/systemz-charset.c
A clang/test/CodeGen/systemz-charset.cpp
M clang/test/Driver/cl-options.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Preprocessor/init-s390x.c
M llvm/include/llvm/TargetParser/Triple.h
M llvm/lib/TargetParser/Triple.cpp
Log Message:
-----------
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.
(cherry picked from commit 0295d0da4db8b8fcd54084dc6ae95d8b0bbf45d9)
(cherry picked from commit e379f6cb9d063cb78c6b48b0e0a8d9f241958f89)
Commit: 9ff4728dacdbec859cd7c733b54f46c82e5afab2
https://github.com/llvm/llvm-project/commit/9ff4728dacdbec859cd7c733b54f46c82e5afab2
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Driver/Options.td
M clang/include/clang/Lex/LiteralConverter.h
M clang/include/clang/Lex/LiteralSupport.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/lib/Lex/LiteralConverter.cpp
M clang/lib/Lex/LiteralSupport.cpp
M llvm/include/llvm/TargetParser/Triple.h
M llvm/lib/TargetParser/Triple.cpp
Log Message:
-----------
replace StringMap with pointer
Compare: https://github.com/llvm/llvm-project/compare/425aa66b8a57...9ff4728dacdb
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list