[PATCH] D48589: [WIP] [CodeGen] Allow specifying Extend to CoerceAndExpand
Roger Ferrer Ibanez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 26 02:38:29 PDT 2018
rogfer01 added inline comments.
================
Comment at: include/clang/CodeGen/CGFunctionInfo.h:475
+static_assert(std::is_trivially_copyable<ABIArgInfo>::value,
+ "ABIArgInfo must be trivially copyable as it is embedded as trailing "
----------------
I think this is the right trait here. I spent too much time debugging this :)
https://reviews.llvm.org/D48589
More information about the cfe-commits
mailing list