From 3743fe06938cd2a8384ad541ed11e4f085ade255 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Feb 2022 13:45:06 -0800 Subject: openmp: Move the openmp patch to common clang This ensures the common llvm sources are identical and can be re-used. Signed-off-by: Khem Raj --- recipes-devtools/clang/common.inc | 1 + recipes-devtools/clang/openmp_git.bb | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index b070428..c7f4073 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc @@ -36,6 +36,7 @@ SRC_URI = "\ file://0026-OpenCL-Fix-support-for-cl_khr_mipmap_image_writes.patch \ file://0027-InstCombine-visitBitCast-do-not-crash-on-weird-bitca.patch;patchdir=llvm \ file://0028-nfc-Fix-missing-include.patch \ + file://0029-OpenMP-link-fix.patch \ " # Fallback to no-PIE if not set diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index c8cda45..4c6be98 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -12,10 +12,6 @@ TOOLCHAIN = "clang" LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=d75288d1ce0450b28b8d58a284c09c79" -SRC_URI += "\ - file://0029-OpenMP-link-fix.patch \ -" - inherit cmake pkgconfig perlnative DEPENDS += "elfutils libffi" -- cgit v1.2.3-54-g00ecf