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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148090
[clang][CodeGen] Break up TargetInfo.cpp [2/8] ClosedPublic Authored by barannikov88 on Apr 12 2023, 2:27 AM.
Details Summary Move ABIKind enums out of *ABIInfo classes to break the dependency
Diff Detail
Event Timelinebarannikov88 added a child revision: D148094: [clang][CodeGen] Break up TargetInfo.cpp [8/8].Apr 12 2023, 2:29 AM This revision is now accepted and ready to land.Apr 27 2023, 11:19 AM barannikov88 removed a child revision: D148094: [clang][CodeGen] Break up TargetInfo.cpp [8/8].Apr 29 2023, 9:53 AM barannikov88 retitled this revision from [clang][CodeGen] Break up TargetInfo.cpp [2/6] to [clang][CodeGen] Break up TargetInfo.cpp [2/7].May 9 2023, 12:18 AM barannikov88 retitled this revision from [clang][CodeGen] Break up TargetInfo.cpp [2/7] to [clang][CodeGen] Break up TargetInfo.cpp [2/8].May 9 2023, 11:31 AM This revision was landed with ongoing or failed builds.May 19 2023, 1:55 PM Closed by commit rG5a646ed6835f: [clang][CodeGen] Break up TargetInfo.cpp [2/8] (authored by barannikov88). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523926 clang/lib/CodeGen/TargetInfo.cpp
|