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
Loading
Please register or sign in to comment