pkg.soopen package index

brew / 順位 556

spirv-llvm-translator を Homebrew, apk, dnf, Nix, pacman, zypper でインストール

spirv-llvm-translator のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install spirv-llvm-translator

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add spirv-llvm-translator

Alpine Linux edge package indexes · spirv-llvm-translator · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install spirv-llvm-translator

Fedora Rawhide package metadata · spirv-llvm-translator · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#spirv-llvm-translator

nixpkgs package indexes · pkgs/by-name/sp/spirv-llvm-translator/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S spirv-llvm-translator

Arch Linux sync databases · spirv-llvm-translator · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install libLLVMSPIRVLib-devel

openSUSE Tumbleweed package metadata · libLLVMSPIRVLib-devel · ソース: download.opensuse.org

概要

パッケージ概要

Tool and a library for bi-directional translation between SPIR-V and LLVM IR

コマンドとエイリアス

  • llvm-spirv

履歴

プロジェクトの歴史と使われ方

SPIRV-LLVM-Translator is Khronos Group's LLVM/SPIR-V bidirectional translator, packaged mainly for developers building OpenCL, SYCL, and GPU-compute compiler stacks that need the `llvm-spirv` command or `LLVMSPIRVLib`.

プロジェクトの歴史

Khronos released SPIR-V 1.0 in 2015 as a standardized intermediate language for graphics shaders and compute kernels, and announced open source utilities including a bidirectional LLVM-to-SPIR-V translator. The translator repository now describes itself as the source for a library and command-line tool that translate between LLVM IR and SPIR-V, with current support focused on the OpenCL/compute `Kernel` capability.

The project tracks LLVM closely: its README says the main branch is intended to build against LLVM main, while release tags map to released LLVM and Clang versions. That makes the package feel less like a standalone end-user app and more like a bridge component in a larger compiler-toolchain graph.

採用の歴史

The package-manager footprint in the supplied input lists the translator in Homebrew, Alpine, Fedora, Nix, Arch, and openSUSE-family packaging. That distribution pattern reflects its role as a low-level build dependency for toolchains rather than a command most users install directly.

使われ方

The central CLI is `llvm-spirv`: the README documents translating LLVM bitcode to SPIR-V and using `-r` to translate SPIR-V back to LLVM bitcode. It also documents version and extension controls, which matter when compiler output must match a particular OpenCL or SPIR-V environment.

パッケージ好きにとっての重要性

Package maintainers care because the translator has to line up with LLVM, SPIRV-Headers, and often SPIRV-Tools. Small version mismatches can break builds or validation in GPU compiler stacks, so distro formulas and ports tend to encode it as part of the wider Khronos/LLVM toolchain set.

タイムライン

  • 2015: Khronos releases OpenCL 2.1 and SPIR-V 1.0 and announces open source SPIR-V utilities, including an LLVM/SPIR-V translator.
  • Ongoing: The translator main branch tracks LLVM main, with compatibility tags for released LLVM and Clang versions.

Related projects

  • SPIRV-Tools provides assembler, disassembler, validator, optimizer, and related processing commands that are commonly used alongside translator output.
  • SPIRV-Headers supplies the Khronos SPIR-V headers and grammar files consumed by SPIR-V tooling.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
llvm-spirv実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版22.1.5
マネージャ更新日2026-08-01
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:spirv-llvm-translator
バージョン22.1.5
パッケージマネージャHomebrew
ホームページhttps://github.com/KhronosGroup/SPIRV-LLVM-Translator
リポジトリhttps://github.com/KhronosGroup/SPIRV-LLVM-Translator
最終更新2026-08-01T04:52:18Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

spirv-llvm-translator

nix profile install nixpkgs#spirv-llvm-translator
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/sp/spirv-llvm-translator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

spirv-llvm-translator 22.1.0-r0

Library for bi-directional translation between SPIR-V and LLVM IR

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo apk add spirv-llvm-translator
  • License: NCSA
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: spirv-llvm-translator from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

spirv-llvm-translator-dev 22.1.0-r0

Library for bi-directional translation between SPIR-V and LLVM IR (development files)

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo apk add spirv-llvm-translator-dev
  • License: NCSA
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: spirv-llvm-translator-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

spirv-llvm-translator-libs 22.1.0-r0

Library for bi-directional translation between SPIR-V and LLVM IR (libraries)

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo apk add spirv-llvm-translator-libs
  • License: NCSA
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: spirv-llvm-translator-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

spirv-llvm-translator 22.1.2-2.fc45

LLVM to SPIRV Translator

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo dnf install spirv-llvm-translator
  • License: NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: spirv-llvm-translator
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: spirv-llvm-translator from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

spirv-llvm-translator-devel 22.1.2-2.fc45

Development files for LLVM to SPIRV Translator

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo dnf install spirv-llvm-translator-devel
  • License: NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: spirv-llvm-translator
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: spirv-llvm-translator-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

spirv-llvm-translator-tools 22.1.2-2.fc45

Standalone llvm to spirv translator tool

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo dnf install spirv-llvm-translator-tools
  • License: NCSA
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: spirv-llvm-translator-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

spirv-llvm-translator 22.1.5-1

LLVM <-> SPIR-V converter for compilers targeting SPIR-V

https://www.khronos.org/spirv/

sudo pacman -S spirv-llvm-translator
  • License: NCSA
  • Architecture: x86_64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: spirv-llvm-translator from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libLLVMSPIRVLib-devel 22.1.4-1.2

Development files for LLVM/SPIR-V Bi-Directional Translator library

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo zypper install libLLVMSPIRVLib-devel
  • License: BSD-3-Clause
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libLLVMSPIRVLib-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

libLLVMSPIRVLib22 22.1.4-1.2

LLVM/SPIR-V Bi-Directional Translator library

https://github.com/KhronosGroup/SPIRV-LLVM-Translator

sudo zypper install libLLVMSPIRVLib22
  • License: BSD-3-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: spirv-llvm-translator
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Spirv Llvm Translator
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libLLVMSPIRVLib22 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation