[all-commits] [llvm/llvm-project] bbc0e6: [MLIR] Remove unneeded LLVMDialect.h include in Co...
RoboTux via All-commits
all-commits at lists.llvm.org
Fri Oct 25 07:42:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbc0e631d2d3facd5952aeafc7400761813acc3a
https://github.com/llvm/llvm-project/commit/bbc0e631d2d3facd5952aeafc7400761813acc3a
Author: Thomas Preud'homme <thomas.preudhomme at arm.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
Log Message:
-----------
[MLIR] Remove unneeded LLVMDialect.h include in ControlFlowToSCF.cpp (#113560)
This fixes the following failure when doing a clean build (in particular
no .ninja* lying around) of lib/libMLIRControlFlowToSCF.a only:
```
In file included from llvm/include/llvm/IR/Module.h:22,
from mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h:37,
from mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp:19
llvm/include/llvm/IR/Attributes.h:90:14: fatal error: llvm/IR/Attributes.inc: No such file or directory
```
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