[all-commits] [llvm/llvm-project] f6212c: [llvm] Fix missing includes (#128000)
Tobi via All-commits
all-commits at lists.llvm.org
Mon Mar 3 04:27:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6212c1cd3d8b827c7d7e2f6cf54b135c27eacc6
https://github.com/llvm/llvm-project/commit/f6212c1cd3d8b827c7d7e2f6cf54b135c27eacc6
Author: Tobi <9053039+devtbi at users.noreply.github.com>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M llvm/include/llvm/CodeGen/ByteProvider.h
M llvm/include/llvm/ProfileData/Coverage/MCDCTypes.h
M llvm/include/llvm/Support/thread.h
Log Message:
-----------
[llvm] Fix missing includes (#128000)
Compilation with `LLVM_ENABLE_MODULES:BOOL=ON` fails due to missing
includes. This patch adds these includes (+missing tuple include in
thread.h), fixing the module build for me.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list