llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker
Jim Ingham b12ac2b689 Pass arguments correctly to the objc object checker on arm64
Traditionally objc had two entry points, objc_msgSend for scalar
return methods, and objc_msgSend_stret for struct return convention
methods.  But on arm64 the second was not needed (since arm64 doesn't
use an argument register for the struct return pointer) so it was removed.

The code that dispatches to the objc object checker when it sees some
flavor of objc_msgSend was not aware of this change so was sending the
wrong arguments to the checker.

<rdar://problem/48315890>

Differential Revision: https://reviews.llvm.org/D58699

llvm-svn: 355026
2019-02-27 20:27:25 +00:00
..
Makefile
TestObjCCheckers.py Pass arguments correctly to the objc object checker on arm64 2019-02-27 20:27:25 +00:00
main.m Pass arguments correctly to the objc object checker on arm64 2019-02-27 20:27:25 +00:00