[clang] [llvm] [SystemZ][z/OS] Update autoconversion functions to improve support for UTF-8 (PR #98652)

Zibi Sarbinowski via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 19 08:19:13 PDT 2024


================
@@ -70,6 +70,11 @@ class FileEntryRef {
   const FileEntry &getFileEntry() const {
     return *getBaseMapEntry().second->V.get<FileEntry *>();
   }
+#ifdef __MVS__
----------------
zibi2 wrote:

I wonder if we can remove this conditional compilation guard and defined this non-const function unconditionally.

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


More information about the cfe-commits mailing list