efriedma added a comment.
Needs a testcase (to check the emitted IR).
================
Comment at: lib/CodeGen/TargetInfo.cpp:4769
DarwinPCS
};
----------------
Can we extend ABIKind rather than adding a separate boolean?
https://reviews.llvm.org/D35008