[PATCH] D35008: [AArch64] Produce the right kind of va_arg for windows

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 14:47:19 PDT 2017


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





More information about the cfe-commits mailing list