mstorsjo marked an inline comment as done. mstorsjo added inline comments.
================ Comment at: lib/CodeGen/TargetInfo.cpp:4769 DarwinPCS }; ---------------- efriedma wrote: > Can we extend ABIKind rather than adding a separate boolean? Sure. I was afraid there was a lot of checks like `Kind == AAPCS` which would need to be changed into `Kind == AAPCS || Kind == Win64`, but it didn't turn out to be an issue. https://reviews.llvm.org/D35008 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits