summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-25 11:01:00 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-28 17:29:31 -0700
commitc5d3a1b7d0000215b25c9fa517aff177b1483b34 (patch)
treeb626a998e3377f44d105dea694466bbd8d517eb5
parentaeafa64647a8547c2733e800949e7b9d11f18c02 (diff)
downloadmeta-clang-c5d3a1b7d0000215b25c9fa517aff177b1483b34.tar.gz
spirv-llvm-translator: Do not use LLVMVERSION
* Upgrade to latest on main branch * Use the default values from cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
index b5a82c4..2e4ed93 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -21,7 +21,6 @@ inherit cmake pkgconfig python3native
21# Specify any options you want to pass to cmake using EXTRA_OECMAKE: 21# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
22# for CMAKE_SHARED_LIBS=OFF see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1868 22# for CMAKE_SHARED_LIBS=OFF see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1868
23EXTRA_OECMAKE = "\ 23EXTRA_OECMAKE = "\
24 -DBASE_LLVM_VERSION=${LLVMVERSION} \
25 -DBUILD_SHARED_LIBS=OFF \ 24 -DBUILD_SHARED_LIBS=OFF \
26 -DCMAKE_BUILD_TYPE=Release \ 25 -DCMAKE_BUILD_TYPE=Release \
27 -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ 26 -DCMAKE_POSITION_INDEPENDENT_CODE=ON \