[PATCH] D64097: [triple] add 'macCatalyst' environment
    JF Bastien via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul  2 13:33:36 PDT 2019
    
    
  
jfb accepted this revision.
jfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Support/Triple.cpp:243
+  case MacCatalyst:
+    return "maccatalyst";
   }
----------------
Same-line as above?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64097/new/
https://reviews.llvm.org/D64097
    
    
More information about the llvm-commits
mailing list