xref: /llvm-project/mlir/lib/CAPI/Dialect/Shape.cpp (revision 7dadcd02d6ce0278723c87736f6278610da0ddb2)
1cceb1bfcSStella Laurenzo //===- Shape.cpp - C Interface for Shape dialect --------------------------===//
2cceb1bfcSStella Laurenzo //
3cceb1bfcSStella Laurenzo // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4cceb1bfcSStella Laurenzo // See https://llvm.org/LICENSE.txt for license information.
5cceb1bfcSStella Laurenzo // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6cceb1bfcSStella Laurenzo //
7cceb1bfcSStella Laurenzo //===----------------------------------------------------------------------===//
8cceb1bfcSStella Laurenzo 
9cceb1bfcSStella Laurenzo #include "mlir/Dialect/Shape/IR/Shape.h"
10cceb1bfcSStella Laurenzo #include "mlir-c/Dialect/Shape.h"
11cceb1bfcSStella Laurenzo #include "mlir/CAPI/Registration.h"
12cceb1bfcSStella Laurenzo 
13*7dadcd02SMehdi Amini MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Shape, shape, mlir::shape::ShapeDialect)
14