[PATCH] D118506: Cleanup LLVMRemarks includes
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 13:39:12 PST 2022
MaskRay added a comment.
In D118506#3280695 <https://reviews.llvm.org/D118506#3280695>, @RKSimon wrote:
>> Most notably, llvm/Remarks/Remark.h is no longer automatically included by llvm/Remarks/RemarkParser.h, so client code may need to include explicitly.
>
> Should be this be mentioned in the release notes?
Probably seems less necessary to me. There are many header include changes in one release.
This change is a quite mechanical and is easy to fix. The downstream projects can adapt without much difficulty.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118506/new/
https://reviews.llvm.org/D118506
More information about the llvm-commits
mailing list