From 26d268b690dd1544dec91be897f1241521340b48 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 May 2022 22:04:22 +0800 Subject: intel-graphics-compiler: upgrade 1.0.10395 -> 1.0.11279 * Remove upstreamed patches and refresh others. * Include the LICENSE.md file and remove the cpp file which just points to MIT license. * Update the license to MIT and Apache-2.0 * Install vcb tool from -native recipe. Signed-off-by: Anuj Mittal (cherry picked from commit 7cd06a4a7151341fca82a08b5f820fae6504d409) Signed-off-by: Anuj Mittal --- .../igc/files/0001-llvm-link-external.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-llvm-link-external.patch (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-llvm-link-external.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-llvm-link-external.patch b/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-llvm-link-external.patch deleted file mode 100644 index e0800f6f..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-llvm-link-external.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 0088e843be66ed5f11388a9ef57f364a2a236584 Mon Sep 17 00:00:00 2001 -From: Dongwon Kim -Date: Tue, 1 Mar 2022 17:05:01 -0800 -Subject: [PATCH] llvm-link external - -Signed-off-by: Dongwon Kim ---- - IGC/cmake/igc_llvm.cmake | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/IGC/cmake/igc_llvm.cmake b/IGC/cmake/igc_llvm.cmake -index 80c83d4e0..85f7dda3d 100644 ---- a/IGC/cmake/igc_llvm.cmake -+++ b/IGC/cmake/igc_llvm.cmake -@@ -29,7 +29,10 @@ if(LLVM_TABLEGEN_EXE-NOTFOUND) - message(FATAL_ERROR "[VC] llvm-tblgen is not found") - endif() - --set(LLVM_LINK_EXE "llvm-link" CACHE STRING "") -+find_program(LLVM_LINK_EXE "llvm-link") -+if(LLVM_LINK_EXE-NOTFOUND) -+ message(FATAL_ERROR "[VC] llvm-link is not found") -+endif() - - include(AddLLVM) - include(TableGen) --- -2.20.1 - -- cgit v1.2.3-54-g00ecf