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

Abhina Sree via All-commits all-commits at lists.llvm.org
Wed May 7 08:27:32 PDT 2025


  Branch: refs/heads/users/abhina/fexec_charset
  Home:   https://github.com/llvm/llvm-project
  Commit: 39d8a0e5b0ad3cf751b3e00786db6a460db04a3f
      https://github.com/llvm/llvm-project/commit/39d8a0e5b0ad3cf751b3e00786db6a460db04a3f
  Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
  Date:   2025-05-07 (Wed, 07 May 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.



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