[PATCH] D119209: [clang] Add cc1 option -fctor-dtor-return-this

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 11:12:04 PDT 2022


dblaikie added a comment.

I was rather hoping we could have a more general "floating ABI" flag that we can lump in anything that we'd like to have otherwise but can't break ABI for - so users like Fuschia that know they're compiling everything with the same version of Clang can opt into the floating ABI & get all the benefits whenever they come up, like we would with any other non-ABI impacting optimization.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119209/new/

https://reviews.llvm.org/D119209



More information about the cfe-commits mailing list