brintos

brintos / llvm-project-archived public Read only

0
0
Text · 613 B · 71bbefb Raw
18 lines · c
1//===- StandaloneDialect.h - Standalone dialect -----------------*- C++ -*-===//2//3// This file is licensed 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-exception6//7//===----------------------------------------------------------------------===//8 9#ifndef STANDALONE_STANDALONEDIALECT_H10#define STANDALONE_STANDALONEDIALECT_H11 12#include "mlir/Bytecode/BytecodeOpInterface.h"13#include "mlir/IR/Dialect.h"14 15#include "Standalone/StandaloneOpsDialect.h.inc"16 17#endif // STANDALONE_STANDALONEDIALECT_H18