1 //===- StandaloneTypes.h - Standalone dialect types -------------*- 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-exception 6 // 7 //===----------------------------------------------------------------------===// 8 9 #ifndef STANDALONE_STANDALONETYPES_H 10 #define STANDALONE_STANDALONETYPES_H 11 12 #include "mlir/IR/BuiltinTypes.h" 13 14 #define GET_TYPEDEF_CLASSES 15 #include "Standalone/StandaloneOpsTypes.h.inc" 16 17 #endif // STANDALONE_STANDALONETYPES_H 18