The Win64 ABI docs say that arguments bigger than 8 bytes are passed
indirectly, and we have to apply that logic to member pointers.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D3587
MS ABI x64: Treat member pointer types as records, not large ints ClosedPublic Authored by rnk on May 1 2014, 2:49 PM.
Details Summary The Win64 ABI docs say that arguments bigger than 8 bytes are passed
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 1 2014, 5:47 PM
Revision Contents
Diff 9026 lib/CodeGen/TargetInfo.cpp
test/CodeGenCXX/member-function-pointer-calls.cpp
test/CodeGenCXX/microsoft-abi-member-pointers.cpp
|