diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-05-02 00:51:20 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-05-02 00:51:20 +0000 |
commit | 9005f418372a66ef5657b3683b1c975af88ec1c3 (patch) | |
tree | 701c511e3e34148c578a2356c33481084f4d44fb /lldb/source/Commands/CommandObjectWatchpointCommand.cpp | |
parent | f0066ad07fadc7c1386c65572e6d988dfd26610d (diff) | |
download | bcm5719-llvm-9005f418372a66ef5657b3683b1c975af88ec1c3.tar.gz bcm5719-llvm-9005f418372a66ef5657b3683b1c975af88ec1c3.zip |
Win64: Pass member pointers larger than 8 bytes by reference
The Win64 ABI docs on MSDN say that arguments bigger than 8 bytes are
passed by reference. Prior to this change, we were only applying this
logic to RecordType arguments. This affects both the Itanium and
Microsoft C++ ABIs.
Reviewers: majnemer
Differential Revision: http://reviews.llvm.org/D3587
llvm-svn: 207817
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions