summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2023-05-19 15:48:48 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-05-19 17:39:59 +0800
commit9f1dfc1139e9972fdb81f66af4355321eb34caad (patch)
treeff628a824fd51e590b9ec0c452fa9de20ec9a44c /dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
parent597b894d37289dab7562a613a1f6d066deb69e77 (diff)
downloadmeta-intel-9f1dfc1139e9972fdb81f66af4355321eb34caad.tar.gz
ispc: fix run_tests.py test script
Some testcases are currently failing with following error: /usr/bin/x86_64-poky-linux-ld: ./tests/static-array-init-1.ispc.o: relocation R_X86_64_32S against `.rodata.cst16' can not be used when making a PIE object; recompile with -fPIE /usr/bin/x86_64-poky-linux-ld: failed to set dynamic section sizes: bad value Backport patch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
index b9b9ea50..c50d8ef3 100644
--- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
+++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \
16 file://0002-cmake-don-t-build-for-32-bit-targets.patch \ 16 file://0002-cmake-don-t-build-for-32-bit-targets.patch \
17 file://0001-Enable-LLVM-15.0-support.patch \ 17 file://0001-Enable-LLVM-15.0-support.patch \
18 file://0001-CMakeLists.txt-allow-to-pick-llvm-config-from-usr-bi.patch \ 18 file://0001-CMakeLists.txt-allow-to-pick-llvm-config-from-usr-bi.patch \
19 file://0001-Produce-position-independent-code-for-testing.patch \
19 " 20 "
20SRCREV = "7ad8429369a4d5ced6b524fdfffe623939d8fe9a" 21SRCREV = "7ad8429369a4d5ced6b524fdfffe623939d8fe9a"
21 22