diff options
author | Reid Kleckner <rnk@google.com> | 2020-09-24 14:11:06 -0700 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2020-09-24 16:29:48 -0700 |
commit | ecfc9b971269a86b101cddf1fd9f0976be4096d0 (patch) | |
tree | 9ac2fa6a0292ffabe089064885c9425ad238cf74 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | b8a50e920704436ddcbe0cc9d2020935d7e37095 (diff) | |
download | llvm-ecfc9b971269a86b101cddf1fd9f0976be4096d0.zip llvm-ecfc9b971269a86b101cddf1fd9f0976be4096d0.tar.gz llvm-ecfc9b971269a86b101cddf1fd9f0976be4096d0.tar.bz2 |
[MS] For unknown ISAs, pass non-trivially copyable arguments indirectly
Passing them directly is likely to be non-conforming, since it usually
involves copying the bytes of the record. For unknown architectures, we
don't know what MSVC does or will do, but we should at least try to
conform as well as we can.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions