From 52dc0273759daaf167bf38656bab5cb2da27028f Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 16 Apr 2020 16:22:38 +0800 Subject: opencl-clang: fix runtime error Error log: clang (LLVM option parsing): Unknown command line argument '-pgo-warn-misexpect'. Try: 'clang (LLVM option parsing) --help' Force opencl-clang to link with shared clang-cpp for target builds and explicitly link with spirv library because of a change in behaviour in llvm 10. Use the patch to link with all static libs only for native cases where meta-clang default to building static libs only by default. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../opencl-clang/files/link-with-all-libs.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/link-with-all-libs.patch (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/link-with-all-libs.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/link-with-all-libs.patch b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/link-with-all-libs.patch deleted file mode 100644 index bd6c9676..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/link-with-all-libs.patch +++ /dev/null @@ -1,32 +0,0 @@ -From cc0769fb72561f82976e40c5b7ea8bf07069c87a Mon Sep 17 00:00:00 2001 -From: Anuj Mittal -Date: Thu, 19 Mar 2020 16:30:07 +0800 -Subject: [PATCH] link to all libs - -LINK_COMPONENTS=all isn't working for static libs for out of tree builds. Use -LLVM_AVAILABLE_LIBS instead. Reported: - -https://github.com/intel/opencl-clang/issues/114 - -Upstream-Status: Pending - -Signed-off-by: Anuj Mittal ---- - CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4590a11..2ff9901 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -261,6 +261,7 @@ add_llvm_library(${TARGET_NAME} SHARED - clangLex - clangBasic - ${ADDITIONAL_LIBS} -+ ${LLVM_AVAILABLE_LIBS} - ) - - # Configure resource file on Windows --- -2.25.1 - -- cgit v1.2.3-54-g00ecf