ldc/gen/abi-spirv.h
2018-10-20 16:19:46 +02:00

19 lines
568 B
C++

//===-- gen/abi-spirv.h - SPIRV ABI description ----------------*- C++ -*-===//
//
// LDC - the LLVM D compiler
//
// This file is distributed under the BSD-style LDC license. See the LICENSE
// file for details.
//
//===----------------------------------------------------------------------===//
//
// The ABI implementation used by dcompute for the SPIR-V targets, only OpenCL
// at the moment.
//
//===----------------------------------------------------------------------===//
#pragma once
struct TargetABI;
TargetABI *createSPIRVABI();