[clang] [llvm] Enable fexec-charset option (PR #138895)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 21:55:54 PDT 2025
================
@@ -0,0 +1,35 @@
+// RUN: %clang_cc1 %s -emit-llvm -triple s390x-none-zos -fexec-charset IBM-1047 -o - | FileCheck %s
----------------
hubert-reinterpretcast wrote:
Should there be tests here for predefined variables like `__func__` and `__PRETTY_FUNCTION__`, for predefined macros like `__FILE__`, and for stringization of identifiers and strings?
https://github.com/llvm/llvm-project/pull/138895
More information about the llvm-commits
mailing list