Skip to content
Commit c5871f07 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

When generating the call arguments in a thunk to call the thunkee, do

not make copies non-POD arguments or arguments passed by reference:
just copy the pointers directly. This eliminates another source of the
dreaded memcpy-of-non-PODs. Fixes PR7188.

llvm-svn: 104327
parent fb41aaef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment