arphaman added inline comments.
================
Comment at: clang/lib/Driver/ToolChain.cpp:401
return "aix";
+ case llvm::Triple::Darwin:
+ return "darwin";
----------------
Should this also apply to `llvm::Triple::MacOSX` , `iOS`, and other Darwin OSes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101682/new/
https://reviews.llvm.org/D101682
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits