summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 07:39:11 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-15 10:16:30 -0700
commitacc6994c3e389e0e4851d549fd9ada564340a714 (patch)
tree49609e2e24b9dd4083eaaedd6597e5dddd211e1d /recipes-devtools/clang/common.inc
parent6a13536457f6f7e656286ddb540432212c31308c (diff)
downloadmeta-clang-acc6994c3e389e0e4851d549fd9ada564340a714.tar.gz
clang: Upgrade to latest on release/15.x
Drop objdump patch and git suffix patch as they are applied upstream brings in these changes * 29d395a1b7a8 [llvm-objdump] Change printSymbolVersionDependency to use ELFFile API * 4936d7ce4852 [llvm-objdump][test] Add verneed-invalid.test * 99882208e234 [compiler-rt] Handle non-canonical triples with new runtime lib layout * 8b75172a754e (origin/release/15.x) [NFC] Fix exception in version-check.py script * 3637f345d2ab Bump version to 15.0.1 * c0141f3c300f Downgrade implicit int and implicit function declaration to warning only * 6fe69891d15c [MachO] Don't fold compact unwind entries with LSDA * a5ae700c67ec [MachO] Fix dead-stripping __eh_frame * c51a59d8a947 [libc++][format] Updates feature-test macros. * 92e7ef99303f [LLD][COFF] Fix writing a map file when range extension thunks are inserted * c643956d69b1 [mlir] Fix building CRunnerUtils on OpenBSD with 15.x * 1a5c5e0f67be [DwarfEhPrepare] Assign dummy debug location for inserted _Unwind_Resume calls (PR57469) * 3a08ad21ce89 [Clang] Fix crash in coverage of if consteval. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc20
1 files changed, 9 insertions, 11 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 7e6b1ef..a0f8a00 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -35,17 +35,15 @@ SRC_URI = "\
35 file://0023-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \ 35 file://0023-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \
36 file://0024-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ 36 file://0024-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \
37 file://0025-libunwind-Added-unw_backtrace-method.patch \ 37 file://0025-libunwind-Added-unw_backtrace-method.patch \
38 file://0026-Drop-the-git-suffix-from-various-version-variables.patch \ 38 file://0026-clang-Do-not-use-install-relative-libc-headers.patch \
39 file://0027-clang-Do-not-use-install-relative-libc-headers.patch \ 39 file://0027-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch \
40 file://0028-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch \ 40 file://0028-Fix-lib-paths-for-OpenEmbedded-Host.patch \
41 file://0029-Fix-lib-paths-for-OpenEmbedded-Host.patch \ 41 file://0029-Correct-library-search-path-for-OpenEmbedded-Host.patch \
42 file://0030-Correct-library-search-path-for-OpenEmbedded-Host.patch \ 42 file://0030-lldb-Link-with-libatomic-on-x86.patch \
43 file://0031-lldb-Link-with-libatomic-on-x86.patch \ 43 file://0031-clang-exclude-openembedded-distributions-from-settin.patch \
44 file://0032-clang-exclude-openembedded-distributions-from-settin.patch \ 44 file://0032-compiler-rt-Enable-__int128-for-ppc32.patch \
45 file://0033-compiler-rt-Enable-__int128-for-ppc32.patch \ 45 file://0033-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \
46 file://0034-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \ 46 file://0034-Revert-MIPS-compiler-rt-Fix-stat-struct-s-size-for-O.patch \
47 file://0035-Revert-MIPS-compiler-rt-Fix-stat-struct-s-size-for-O.patch \
48 file://0001-llvm-objdump-Change-printSymbolVersionDependency-to-.patch \
49 " 47 "
50# Fallback to no-PIE if not set 48# Fallback to no-PIE if not set
51GCCPIE ??= "" 49GCCPIE ??= ""