Subject: CVS commit: pkgsrc/parallel
From: Nia Alarie
Date: 2021-06-09 16:55:10
Message id: 20210609145510.8F378FA95@cvs.NetBSD.org

Log Message:
add parallel/spirv-llvm-translator

The LLVM/SPIR-V Bi-Directional Translator is a library and tool for translation
between LLVM IR and SPIR-V.

SPIR-V is a binary intermediate language for representing graphical-shader
stages and compute kernels for multiple Khronos APIs, including OpenCL,
OpenGL, and Vulkan. SPIR-V defines a new language and is a successor to the
original Khronos SPIR, which supported only OpenCL device programs.

Files:
RevisionActionfile
1.1addpkgsrc/parallel/spirv-llvm-translator/DESCR
1.1addpkgsrc/parallel/spirv-llvm-translator/Makefile
1.1addpkgsrc/parallel/spirv-llvm-translator/PLIST
1.1addpkgsrc/parallel/spirv-llvm-translator/buildlink3.mk
1.1addpkgsrc/parallel/spirv-llvm-translator/distinfo
1.1addpkgsrc/parallel/spirv-llvm-translator/patches/patch-CMakeLists.txt