[all-commits] [llvm/llvm-project] 7c6653: This patch enables the fexec-charset option to con...

Abhina Sree via All-commits all-commits at lists.llvm.org
Thu Jun 5 11:45:35 PDT 2025


  Branch: refs/heads/users/abhina/fexec_charset
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c6653b4a05097333ae2b73c6664f18b7acb9edb
      https://github.com/llvm/llvm-project/commit/7c6653b4a05097333ae2b73c6664f18b7acb9edb
  Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
  Date:   2025-06-05 (Thu, 05 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)



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