[llvm] [SystemZ][z/OS] Refactor AutoConvert.h to remove large MVS guard (PR #143174)
    Abhina Sree via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun  9 12:03:06 PDT 2025
    
    
  
================
@@ -5199,13 +5199,13 @@ static void flush_atexit(void) {
 int main(int argc, const char **argv) {
   thread_info client_data;
 
-#ifdef __MVS__
+  // On z/OS we need to enable auto conversion
   if (enablezOSAutoConversion(fileno(stdout)) == -1)
----------------
abhina-sree wrote:
done, thanks!
https://github.com/llvm/llvm-project/pull/143174
    
    
More information about the llvm-commits
mailing list