[Mlir-commits] [llvm] [mlir] [mlir] Move InlinerInterface from Transforms to Interfaces. (PR #84878)

Mehdi Amini llvmlistbot at llvm.org
Tue Mar 12 15:11:46 PDT 2024


joker-eph wrote:

CMake is indeed loose with header includes, and we're taking advantage of this for interfaces includes which are "header only" for implementing in a dialect.
For example that's why the builtin dialect can include these interfaces and not create a circular dependency.

I don't know how to model this with Bazel: would you create a "header only target" just for the header inclusion and another one for the link?

https://github.com/llvm/llvm-project/pull/84878


More information about the Mlir-commits mailing list