Removed not needed option TOOLCHAIN = "clang" from recipe

Drops patch already merged:
* 0001-Enable-LLVM-15.0-support.patch

Release Notes:
https://github.com/ispc/ispc/releases/tag/v1.18.0

Signed-off-by: Yogesh Tyagi <[email protected]>
---
 .../ispc/0001-Enable-LLVM-15.0-support.patch  | 52 -------------------
 .../ispc/{ispc_1.17.0.bb => ispc_1.18.0.bb}   |  4 +-
 2 files changed, 1 insertion(+), 55 deletions(-)
 delete mode 100644 
dynamic-layers/clang-layer/recipes-core/ispc/ispc/0001-Enable-LLVM-15.0-support.patch
 rename dynamic-layers/clang-layer/recipes-core/ispc/{ispc_1.17.0.bb => 
ispc_1.18.0.bb} (91%)

diff --git 
a/dynamic-layers/clang-layer/recipes-core/ispc/ispc/0001-Enable-LLVM-15.0-support.patch
 
b/dynamic-layers/clang-layer/recipes-core/ispc/ispc/0001-Enable-LLVM-15.0-support.patch
deleted file mode 100644
index fe82ff25..00000000
--- 
a/dynamic-layers/clang-layer/recipes-core/ispc/ispc/0001-Enable-LLVM-15.0-support.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 9b722217a2818bc4335bf2c7d3293d30aa5977b1 Mon Sep 17 00:00:00 2001
-From: Dmitry Babokin <[email protected]>
-Date: Fri, 4 Feb 2022 16:45:34 -0800
-Subject: [PATCH 01/24] Enable LLVM 15.0 support
-
-Upstream-Status: Backport 
[https://github.com/ispc/ispc/commit/9b722217a2818bc4335bf2c7d3293d30aa5977b1]
-
-Signed-off-by: Dmitry Babokin <[email protected]>
----
- src/ispc.h         | 4 ++--
- src/ispc_version.h | 3 ++-
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/src/ispc.h b/src/ispc.h
-index 362c2b93..581d5de6 100644
---- a/src/ispc.h
-+++ b/src/ispc.h
-@@ -1,5 +1,5 @@
- /*
--  Copyright (c) 2010-2021, Intel Corporation
-+  Copyright (c) 2010-2022, Intel Corporation
-   All rights reserved.
- 
-   Redistribution and use in source and binary forms, with or without
-@@ -42,7 +42,7 @@
- #include "target_registry.h"
- 
- #if ISPC_LLVM_VERSION < OLDEST_SUPPORTED_LLVM || ISPC_LLVM_VERSION > 
LATEST_SUPPORTED_LLVM
--#error "Only LLVM 11.0 - 13.0 and 14.0 development branch are supported"
-+#error "Only LLVM 11.0 - 14.0 and 15.0 development branch are supported"
- #endif
- 
- #if defined(_WIN32) || defined(_WIN64)
-diff --git a/src/ispc_version.h b/src/ispc_version.h
-index e8487e5b..04a3cf64 100644
---- a/src/ispc_version.h
-+++ b/src/ispc_version.h
-@@ -50,9 +50,10 @@
- #define ISPC_LLVM_12_0 120000
- #define ISPC_LLVM_13_0 130000
- #define ISPC_LLVM_14_0 140000
-+#define ISPC_LLVM_15_0 150000
- 
- #define OLDEST_SUPPORTED_LLVM ISPC_LLVM_10_0
--#define LATEST_SUPPORTED_LLVM ISPC_LLVM_14_0
-+#define LATEST_SUPPORTED_LLVM ISPC_LLVM_15_0
- 
- #ifdef __ispc__xstr
- #undef __ispc__xstr
--- 
-2.17.1
-
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.18.0.bb
similarity index 91%
rename from dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
rename to dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb
index cfd8e5bc..5ebac702 100644
--- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
+++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb
@@ -14,9 +14,8 @@ S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \
            
file://0001-CMakeLists.txt-link-with-libclang-cpp-library-instea.patch \
            file://0002-cmake-don-t-build-for-32-bit-targets.patch \
-           file://0001-Enable-LLVM-15.0-support.patch \
            "
-SRCREV = "7ad8429369a4d5ced6b524fdfffe623939d8fe9a"
+SRCREV = "f7ec3aa173c816377c215d83196b5c7c3a88db1c"
 
 COMPATIBLE_HOST = '(x86_64).*-linux'
 
@@ -37,5 +36,4 @@ EXTRA_OECMAKE += " \
                   -DSYSROOT_DIR=${STAGING_DIR_NATIVE}  \
                   "
 
-TOOLCHAIN = "clang"
 BBCLASSEXTEND = "native nativesdk"
-- 
2.36.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7596): 
https://lists.yoctoproject.org/g/meta-intel/message/7596
Mute This Topic: https://lists.yoctoproject.org/mt/92604149/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to