aboutsummaryrefslogtreecommitdiff
path: root/offload/liboffload/API/OffloadAPI.td
diff options
context:
space:
mode:
Diffstat (limited to 'offload/liboffload/API/OffloadAPI.td')
-rw-r--r--offload/liboffload/API/OffloadAPI.td15
1 files changed, 15 insertions, 0 deletions
diff --git a/offload/liboffload/API/OffloadAPI.td b/offload/liboffload/API/OffloadAPI.td
new file mode 100644
index 0000000..8a0c3c40
--- /dev/null
+++ b/offload/liboffload/API/OffloadAPI.td
@@ -0,0 +1,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"