summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-28 12:10:12 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-02 22:22:57 -0700
commit4f69b68228f75b6a3f2375a0258fd04f4f67ce70 (patch)
tree815caba103839555e78d98f0a2ee88aaf11b46c9 /recipes-devtools/clang/common.inc
parent610c47baddbfb310ffa681cc202211ed4a659e95 (diff)
downloadmeta-clang-4f69b68228f75b6a3f2375a0258fd04f4f67ce70.tar.gz
clang: Fix llvm-link and opt dependency build failure in libomp
Update to latest 13.x as well * 9e41dc71b8d4 [docs] Mention that the legacy PM is deprecated and will be removed after 14 * 73c36a9be558 [OpenMP][FIX] Allow declare variant to work with reference types * bcb43617cb7f [NewPM] Add missing LTO ArgPromotion pass * 703ee975d26a [AlignFromAssume] Bailout w/non-constant alignments (pr51680) Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 5357848..8282862 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -46,7 +46,8 @@ SRC_URI = "\
46 file://0034-compiler-rt-Do-not-force-thumb-mode-directive.patch \ 46 file://0034-compiler-rt-Do-not-force-thumb-mode-directive.patch \
47 file://0035-Drop-the-git-suffix-from-various-version-variables.patch \ 47 file://0035-Drop-the-git-suffix-from-various-version-variables.patch \
48 file://0036-clang-Do-not-use-install-relative-libc-headers.patch \ 48 file://0036-clang-Do-not-use-install-relative-libc-headers.patch \
49 file://0037-Revert-libomptarget-amdcgn-Add-build-dependency-for-.patch \ 49 file://D108404.diff \
50 file://D108868.diff \
50 " 51 "
51# Fallback to no-PIE if not set 52# Fallback to no-PIE if not set
52GCCPIE ??= "" 53GCCPIE ??= ""