[PATCH] D120211: Remove unused includes
Clemens Wasser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 20 10:13:18 PST 2022
clemenswasser marked 2 inline comments as done.
clemenswasser added inline comments.
================
Comment at: llvm/include/llvm/MCA/HWEventListener.h:69
ArrayRef<ResourceUse> UsedResources;
};
----------------
clemenswasser wrote:
> MaskRay wrote:
> > ArrayRef is used
> D120208 will forward declare ArrayRef. So this is currently blocked on it.
Actually I think ArrayRef is already forward declared somewhere. We are however still blocked on D120208, since it will move some implementations from the header into the corresponding cpp files, which currently cause this build to fail.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120211/new/
https://reviews.llvm.org/D120211
More information about the llvm-commits
mailing list