[PATCH] D36501: add flag to undo ABI change in r310401
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 24 12:24:06 PDT 2017
probinson added a comment.
Locally we have a couple different tactics for dealing with changes that we can't support. A more coherent approach would be great.
For example we defined a new TargetCXXABI::Kind value that is mostly GenericItaniumABI except where it isn't.
I personally did not do most of the various ABI-related tweaks so I don't claim to have a good handle on them, and we have been slow to get these things upstream; but I'd love to make that happen.
Repository:
rL LLVM
https://reviews.llvm.org/D36501
More information about the cfe-commits
mailing list