brintos

brintos / llvm-project-archived public Read only

0
0
Text · 707 B · f34b523 Raw
21 lines · plain
1//===-- Shared/Targets.def - Target plugin enumerator -----------*- C++ -*-===//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-exception6//7//===----------------------------------------------------------------------===//8//9// Enumerates over all of the supported target plugins that are available to10// the offloading library.11//12//===----------------------------------------------------------------------===//13 14#ifndef PLUGIN_TARGET15#  error Please define the macro PLUGIN_TARGET(TargetName)16#endif17 18@LIBOMPTARGET_ENUM_PLUGIN_TARGETS@19 20#undef PLUGIN_TARGET21