[PATCH] D150215: [clang][CodeGen] Break up TargetInfo.cpp [7/8]

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 11:41:49 PDT 2023


barannikov88 created this revision.
Herald added subscribers: s.egerton, simoncook, asb, fedor.sergeev, dschuff.
Herald added a project: All.
barannikov88 published this revision for review.
barannikov88 added reviewers: rjmccall, aaron.ballman, erichkeane, jdoerfert, efriedma.
Herald added subscribers: cfe-commits, pcwang-thead, aheejin.
Herald added a project: clang.

Wrap calls to XXXTargetCodeGenInfo constructors into factory functions.
This allows moving implementations of TargetCodeGenInfo to dedicated cpp
files without a change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150215

Files:
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/CodeGen/TargetInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150215.520768.patch
Type: text/x-patch
Size: 27820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230509/31489fa4/attachment-0001.bin>


More information about the cfe-commits mailing list