delcypher marked an inline comment as done.
delcypher added inline comments.


================
Comment at: clang/lib/Driver/ToolChain.cpp:401
     return "aix";
+  case llvm::Triple::Darwin:
+    return "darwin";
----------------
arphaman wrote:
> Should this also apply to `llvm::Triple::MacOSX` , `iOS`, and other Darwin 
> OSes?
Good catch. I've fixed this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101682/new/

https://reviews.llvm.org/D101682

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to