aboutsummaryrefslogtreecommitdiff
path: root/offload/liboffload/API/OffloadAPI.td
blob: 8a0c3c405812232cbf260b892de33d3e45657bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===-- OffloadAPI.td - Root tablegen file for Offload -----*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

// Always include this file first
include "APIDefs.td"

// Add API definition files here
include "Common.td"
include "Platform.td"
include "Device.td"