14 lines · cpp
1//===- StandaloneOps.cpp - Standalone dialect ops ---------------*- 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#include "Standalone/StandaloneOps.h"10#include "Standalone/StandaloneDialect.h"11 12#define GET_OP_CLASSES13#include "Standalone/StandaloneOps.cpp.inc"14