[all-commits] [llvm/llvm-project] 619fa0: [NFC] Add missing includes for LLVM_ENABLE_MODULES...
zero9178 via All-commits
all-commits at lists.llvm.org
Thu Jun 3 14:29:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 619fa0d7fc8a08f871f33815083adb8bb07b9751
https://github.com/llvm/llvm-project/commit/619fa0d7fc8a08f871f33815083adb8bb07b9751
Author: zero9178 <markus.boeck02 at gmail.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M llvm/include/llvm/CodeGen/MBFIWrapper.h
M llvm/include/llvm/Support/CFGUpdate.h
Log Message:
-----------
[NFC] Add missing includes for LLVM_ENABLE_MODULES builds
Building LLVM with the LLVM_ENABLE_MODULES cmake option fails when the modules are being compiled due to missing includes. This is a side effect of some transitive includes that changed recently.
Differential Revision: https://reviews.llvm.org/D103645
More information about the All-commits
mailing list