diff options
author | Shu-Chun Weng <scw@google.com> | 2022-09-28 17:12:16 -0700 |
---|---|---|
committer | Shu-Chun Weng <scw@google.com> | 2022-10-03 14:28:06 -0700 |
commit | 3933c43d9008bb1b151156da92827a109e7963b6 (patch) | |
tree | a4e7bf55f00946e33dc897f36a438ae99b926315 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 4247cdb568eca4c31b14d91105fe5ee140225036 (diff) | |
download | llvm-3933c43d9008bb1b151156da92827a109e7963b6.zip llvm-3933c43d9008bb1b151156da92827a109e7963b6.tar.gz llvm-3933c43d9008bb1b151156da92827a109e7963b6.tar.bz2 |
[clang] Add cc1 option -fctor-dtor-return-this
This option forces constructors and non-deleting destructors to return
`this` pointer in C++ ABI (except for Microsoft ABI, on which this flag
has no effect).
This is similar to ARM32, Apple ARM64, or Fuchsia C++ ABI, but can be
applied to any target triple.
Differential Revision: https://reviews.llvm.org/D119209
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions