summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-22 17:15:54 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-19 19:59:21 -0700
commitd52f203a6bd9e8715cd6fff255e4d2a5a5f78b52 (patch)
tree162c9187e556c848f6dba53e72ffc8e9db01fe4d /recipes-devtools/clang/common.inc
parente12fa95bb0193fad9b62cbeafee687507763506c (diff)
downloadmeta-clang-d52f203a6bd9e8715cd6fff255e4d2a5a5f78b52.tar.gz
clang: Update to 17.0.1 release branch
Drop riscv multilib patch it does not work with clang 17.0 Release Notes are below https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html https://releases.llvm.org/17.0.1/tools/lld/docs/ReleaseNotes.html https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc17
1 files changed, 5 insertions, 12 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index cb16e5a..aaf7e7d 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -35,21 +35,14 @@ 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-libunwind-Added-unw_backtrace-method.patch \ 36 file://0024-libunwind-Added-unw_backtrace-method.patch \
37 file://0025-clang-Do-not-use-install-relative-libc-headers.patch \ 37 file://0025-clang-Do-not-use-install-relative-libc-headers.patch \
38 file://0026-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch \
39 file://0027-Fix-lib-paths-for-OpenEmbedded-Host.patch \ 38 file://0027-Fix-lib-paths-for-OpenEmbedded-Host.patch \
40 file://0028-Correct-library-search-path-for-OpenEmbedded-Host.patch \ 39 file://0028-Correct-library-search-path-for-OpenEmbedded-Host.patch \
41 file://0029-lldb-Link-with-libatomic-on-x86.patch \ 40 file://0029-lldb-Link-with-libatomic-on-x86.patch \
42 file://0030-clang-exclude-openembedded-distributions-from-settin.patch \ 41 file://0030-compiler-rt-Enable-__int128-for-ppc32.patch \
43 file://0031-compiler-rt-Enable-__int128-for-ppc32.patch \ 42 file://0031-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \
44 file://0032-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \ 43 file://0032-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \
45 file://0033-build-Enable-64bit-off_t-on-32bit-glibc-systems.patch \ 44 file://0033-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
46 file://0034-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 45 file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \
47 file://0035-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \
48 file://0036-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
49 file://0037-Call-printName-to-get-name-of-Decl.patch \
50 file://0038-Apply-fmacro-prefix-map-to-anonymous-tags-in-templat.patch \
51 file://0039-lld-RISCV-Handle-relaxation-reductions-of-more-than-.patch \
52 file://0040-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \
53 " 46 "
54# Fallback to no-PIE if not set 47# Fallback to no-PIE if not set
55GCCPIE ??= "" 48GCCPIE ??= ""