summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/spirv-llvm-translator
Commit message (Collapse)AuthorAgeFilesLines
* spirv-llvm-translator: fix branch nameAnuj Mittal2023-09-081-1/+1
| | | | | | | | | | Upstream doesn't have a branch 'master' anymore so switch to using LLVM 14 specific branch. meta-clang master uses main branch so that doesn't have this problem. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 7952eba1d16264b605682ae1ccbea4d8c6e9fcac)
* spirv-llvm-translator: Upgrade to latest master to support clang14Khem Raj2023-09-081-5/+5
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 72337b33b8a78a87a01dc867a26748035c7bba6d)
* spirv-llvm-translator: add explicit branchAnuj Mittal2023-09-081-1/+1
| | | | | | | | Bitbake now shows warnings if branch parameter is not supplied explicitly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 4e28225ed669b5ecc35b5e921ae09063fac62280)
* spirv-llvm-translator: Use latest revisionsZoltán Böszörményi2023-09-081-2/+2
| | | | | | | Use latest revisions for SPIRV-LLVM-Translator and SPIRV-Headers Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> (cherry picked from commit 11b5b37db1046326b0c0ca067d3f4834d3e5dfe7)
* spirv-llvm-translator: Use the latest commit for SPIRV-HeadersZoltán Böszörményi2023-09-081-1/+1
| | | | | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> (cherry picked from commit edd9f7e580e02242e08d34d35d808171f79d1fc9)
* spirv-llvm-translator: Define explicit SRCREV_FORMATKhem Raj2023-09-081-0/+2
| | | | | | | Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 46e154f597b2db2a57a183dadc4a03f59671dde3)
* spirv-llvm-translator: switch to release llvm_release_130 branchNaveen Saini2023-09-081-2/+5
| | | | | | | | | Fetching SPIRV-Headers, which provides required spirv.hpp headers https://github.com/KhronosGroup/SPIRV-Headers.git Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> (cherry picked from commit 610c47baddbfb310ffa681cc202211ed4a659e95)
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2023-09-081-2/+2
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 17737cc4ecd3aea2c978bf83e283bcb08d097487)
* spirv-llvm-translator: Update to latest trunkKhem Raj2023-09-081-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9c84711bbf8ff21e4276fb59d0e858fc3983155e)
* spirv-llvm-translator: Remove a trailing slash from SRC_URIRobert Yang2023-09-081-1/+1
| | | | | | | | | | | The trailing slash caused the mirror name endswith a dot which looks strange: github.com.KhronosGroup.SPIRV-LLVM-Translator. The slash is not needed, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> (cherry picked from commit 5455c65e37bd0e881aad8fc318beb6d0a4469703)
* spirv-llvm-translator: Upgrade to 13.0.0/trunkKhem Raj2023-09-083-63/+3
| | | | | | | This is in sync with clang trunk (upcoming 13.0.0) release Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 79dc9a07e919bbcadb137a9d4cb0f857a672d67e)
* spirv-llvm-translator: disable ccacheNaveen Saini2021-03-052-0/+34
| | | | | | | | Native build is failing, error log: ~/build/tmp/work/x86_64-linux/spirv-llvm-translator-native/12.0.0-r0/git/lib/SPIRV/SPIRVLowerSPIRBlocks.cpp | /bin/sh: 1: ccache: not found Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* spirv-llvm-translator: Add recipeKhem Raj2021-03-012-0/+66
Signed-off-by: Khem Raj <raj.khem@gmail.com>