MLIR 22.0.0git
TranslationRegistration.h
Go to the documentation of this file.
1//===- TranslationRegistration.h - Register translation ---------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file defines the registration function for the IRDL to C++ translation.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef MLIR_TARGET_IRDLTOCPP_TRANSLATIONREGISTRATION_H
14#define MLIR_TARGET_IRDLTOCPP_TRANSLATIONREGISTRATION_H
15
16namespace mlir {
17
19
20} // namespace mlir
21
22#endif // MLIR_TARGET_IRDLTOCPP_TRANSLATIONREGISTRATION_H
Include the generated interface declarations.
void registerIRDLToCppTranslation()