[PATCH] D82081: [z/OS] Add binary format goff and operating system zos to the triple
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 23 13:59:12 PDT 2020
    
    
  
MaskRay added inline comments.
================
Comment at: llvm/lib/Support/Triple.cpp:220
   case Win32: return "windows";
+  case ZOS:
+    return "zos";
----------------
Follow the local style by deleting the newline.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82081/new/
https://reviews.llvm.org/D82081
    
    
More information about the llvm-commits
mailing list