[all-commits] [llvm/llvm-project] a3a346: [llvm] Adjust inlucdes of ArrayRef.h (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Dec 10 00:09:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3a346c2037f4547985d4c2e199e65a25aa42d55
https://github.com/llvm/llvm-project/commit/a3a346c2037f4547985d4c2e199e65a25aa42d55
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-10 (Sun, 10 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CallingConvLower.h
M llvm/include/llvm/Support/TypeSize.h
Log Message:
-----------
[llvm] Adjust inlucdes of ArrayRef.h (NFC)
Without this patch, CallingConvLower.h is relying on the transitive
include of ArrayRef.h in TypeSize.h, which doesn't need ArrayRef.h.
More information about the All-commits
mailing list