[PATCH] D130394: [clang][CodeGen] Factor out Swift ABI hooks (NFCI)
Roman Rusyaev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 7 08:57:15 PDT 2022
rusyaev-roman accepted this revision.
rusyaev-roman added a comment.
This revision is now accepted and ready to land.
LGTM. Maybe in the future it's better to use SwiftABIInfo as mix-in like this
class ARMABIInfo : public ABIInfo, public SwiftABIInfo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130394/new/
https://reviews.llvm.org/D130394
More information about the cfe-commits
mailing list