[clang][bytecode][NFC] Only call getSource() when necessary (#125419)
[llvm-project.git] / offload / liboffload / API / OffloadAPI.td
blob8a0c3c405812232cbf260b892de33d3e45657bef
1 //===-- OffloadAPI.td - Root tablegen file for Offload -----*- tablegen -*-===//
2 //
3 // Part of the LLVM Project, 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 //===----------------------------------------------------------------------===//
9 // Always include this file first
10 include "APIDefs.td"
12 // Add API definition files here
13 include "Common.td"
14 include "Platform.td"
15 include "Device.td"