Split headers from implementations in MLIR C API Bazel build.
This allows clients to build, e.g., the Python bindings against the C API headers, without including the C API implementations. This is useful when distributing software as multiple shared libraries. Reviewed By: GMNGeoffrey Differential Revision: https://reviews.llvm.org/D113565
Loading
Please sign in to comment