summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-16 13:56:19 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-06 19:18:22 -0800
commit6f9caa632ca7086e2458b0dbc030221478bd8726 (patch)
treea07e366cb1608bd3df6f73c65839fbcb2e2b29f7 /recipes-devtools/clang/common.inc
parent019beb6ac20dfa6aa5411f46f08d740bde67ecd5 (diff)
downloadmeta-clang-6f9caa632ca7086e2458b0dbc030221478bd8726.tar.gz
clang: Upgrade to clang 18.1 major release
LLVM - https://github.com/llvm/llvm-project/blob/release/18.x/llvm/docs/ReleaseNotes.rst Clang - https://github.com/llvm/llvm-project/blob/release/18.x/clang/docs/ReleaseNotes.rst libc++ - https://github.com/llvm/llvm-project/blob/release/18.x/libcxx/docs/ReleaseNotes/18.rst lld - https://github.com/llvm/llvm-project/blob/release/18.x/lld/docs/ReleaseNotes.rst extra - https://github.com/llvm/llvm-project/blob/release/18.x/clang-tools-extra/docs/ReleaseNotes.rst Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index c004d16..2f7d27d 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -43,7 +43,7 @@ SRC_URI = "\
43 file://0032-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ 43 file://0032-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \
44 file://0033-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 44 file://0033-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
45 file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \ 45 file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \
46 file://0035-libcxx-Implement-LWG3545-std-pointer_traits-should-be-.patch \ 46 file://0035-compiler-rt-Fix-cmake-check-for-_Float16-and-__bf16.patch \
47 " 47 "
48# Fallback to no-PIE if not set 48# Fallback to no-PIE if not set
49GCCPIE ??= "" 49GCCPIE ??= ""