[clang] [llvm] Enable fexec-charset option (PR #138895)

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 13:16:56 PDT 2025


================
@@ -0,0 +1,35 @@
+// RUN: %clang_cc1 %s -emit-llvm -triple s390x-none-zos -fexec-charset IBM-1047 -o - | FileCheck %s
----------------
zygoloid wrote:

Should there be tests here for wide (`L`-prefixed) character and string literals too?

https://github.com/llvm/llvm-project/pull/138895


More information about the llvm-commits mailing list