summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/main.cpp
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-07-15 22:06:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2021-07-15 22:21:22 +0200
commitd5cf437d3a3f496deed21211782f8fc640c688b0 (patch)
treec67d74b65aac436ddc3f94c3d1d66a411c6c7329 /lldb/test/API/python_api/process/main.cpp
parent3a7ca4cad4dd42120ea39b919f45a166e85d54a8 (diff)
[ObjCARC] Use objc_msgSend instead of llvm.objc.msgSend in tests
D55348 replaced @objc_msgSend with @llvm.objc.msgSend in tests together with many other objc intrinsics. However, this is not a recognized objc intrinsic (https://llvm.org/docs/LangRef.html#objective-c-arc-runtime-intrinsics) and does not receive special treatment by LLVM. It's likely that uses of this function were renamed by accident. This came up in D106013, because the address of @llvm.objs.msgSend is taken, something which is normally not allowed for intrinsics. Differential Revision: https://reviews.llvm.org/D106094
Diffstat (limited to 'lldb/test/API/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions