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

Abhina Sree via All-commits all-commits at lists.llvm.org
Mon Jun 2 12:53:02 PDT 2025


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