[Mlir-commits] [llvm] [mlir] [mlir] NFC: Fix layering check / parse headers violations (PR #110117)
Mehdi Amini
llvmlistbot at llvm.org
Fri Sep 27 03:17:18 PDT 2024
joker-eph wrote:
> which tries to ensure that headers can be parsed by themselves
The header is included as the first include here:
https://github.com/llvm/llvm-project/blob/3f8380f3ea4921bce6b388f76d686e3b064182a2/mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp#L9 ; why wouldn't this trigger the same bug?
https://github.com/llvm/llvm-project/pull/110117
More information about the Mlir-commits
mailing list