[PATCH] D130322: [clang][CodeGen] Only include ABIInfo.h where required (NFC)

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 18:20:13 PDT 2022


barannikov88 added inline comments.


================
Comment at: clang/lib/CodeGen/CGCall.h:26
-// FIXME: Restructure so we don't have to expose so much stuff.
-#include "ABIInfo.h"
-
----------------
This is the main change. The included file was not used here at all.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130322/new/

https://reviews.llvm.org/D130322



More information about the cfe-commits mailing list