[PATCH] D148090: [clang][CodeGen] Break up TargetInfo.cpp [2/6]
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 03:35:29 PDT 2023
barannikov88 created this revision.
Herald added a subscriber: dschuff.
Herald added a project: All.
barannikov88 added reviewers: rjmccall, aaron.ballman, erichkeane.
barannikov88 published this revision for review.
Herald added subscribers: cfe-commits, aheejin.
Herald added a project: clang.
Move `ABIKind` enums out of `*ABIInfo` classes to break the dependency
between `getTargetCodeGenInfo` and the classes.
This will allow to move the classes to different cpp files.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148090
Files:
clang/lib/CodeGen/TargetInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148090.512714.patch
Type: text/x-patch
Size: 18721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230412/6658125b/attachment-0001.bin>
More information about the cfe-commits
mailing list